CMSG_PING

Client Version 1.2, Client Version 1.3, Client Version 1.4, Client Version 1.5, Client Version 1.6, Client Version 1.7, Client Version 1.8

Wowm Representation

Autogenerated from wowm file at wow_message_parser/wowm/world/ping_pong/cmsg_ping.wowm:1.

cmsg CMSG_PING = 0x01DC {
    u32 sequence_id;
}

CMSG have a header of 6 bytes.

CMSG Header

OffsetSize / EndiannessTypeNameDescription
0x002 / Biguint16sizeSize of the rest of the message including the opcode field but not including the size field.
0x024 / Littleuint32opcodeOpcode that determines which fields the message contains.

Body

OffsetSize / EndiannessTypeNameComment
0x064 / Littleu32sequence_id

Client Version 1.9, Client Version 1.10, Client Version 1.11, Client Version 1.12, Client Version 2, Client Version 3

Wowm Representation

Autogenerated from wowm file at wow_message_parser/wowm/world/ping_pong/cmsg_ping.wowm:7.

cmsg CMSG_PING = 0x01DC {
    u32 sequence_id;
    u32 round_time_in_ms;
}

Header

CMSG have a header of 6 bytes.

CMSG Header

OffsetSize / EndiannessTypeNameDescription
0x002 / Biguint16sizeSize of the rest of the message including the opcode field but not including the size field.
0x024 / Littleuint32opcodeOpcode that determines which fields the message contains.

Body

OffsetSize / EndiannessTypeNameComment
0x064 / Littleu32sequence_id
0x0A4 / Littleu32round_time_in_ms

Examples

Example 1

0, 12, // size
220, 1, 0, 0, // opcode (476)
239, 190, 173, 222, // sequence_id: u32
222, 202, 250, 0, // round_time_in_ms: u32