SMSG PONG

From wowdev
Jump to navigation Jump to search

SMSG_PONG is a World Packet that is sent as a response to a CMSG_PING from the client.

Packet Layout

SMSG Header
Offset Size / Endianness Type Name Description
0x0 2 / Big uint16 size Size of the packet including the opcode field.
0x2 2 / Little uint16 opcode Opcode for the packet.
Determines the structure of the body.
Always 0x1DD.


Body

Body
Offset Size / Endianness Type Name Description
0x0 4 / Little uint32 sequence_id Matches the sequence_id in the CMSG_PING.