SMSG PONG

From wowdev
Revision as of 17:06, 25 July 2021 by Deadbeef (talk | contribs) (Created page with "'''SMSG_PONG''' is a World Packet that is sent as a response to a CMSG_PING from the client. = Packet Layout = {{SMSG_Header|opcode=0x1DD}} == Body == {| class="wi...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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.