Decodes a hex-encoded SSH packet.
char* DecodePacket(char* lpszEncodedPacket, int *lpSize = NULL);
This method is used to decode an SSH packet created by EncodePacket.