But the parsing of response is not in Network::Receive or anywhere around
Code: Select all
// packet 0xd3
struct PACKET_CZ_REQ_WHISPER_LIST {
/* this+0x0 */ short PacketType
}
// packet 0xd4
struct PACKET_ZC_WHISPER_LIST {
/* this+0x0 */ short PacketType
/* this+0x2 */ short PacketLength
/* this+0x4 */ struct WHISPER_ITEM wisperList[...] {
/* this+0x0 */ char name[24];
}
}