Template:SMSG Header

From wowdev
Jump to navigation Jump to search


Add a table with the header for SMSG World Packets.

No parameters, for the World Packet page.

{{SMSG_Header}}
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.


With the opcode parameter, for individual packet pages.

{{SMSG_Header|opcode=0x20}}
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 0x20.


Or with the size parameter, for individual packet pages.

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