CMD_XFER_RESUME

Protocol Version 2, Protocol Version 3, Protocol Version 5, Protocol Version 6, Protocol Version 7, Protocol Version 8

Wowm Representation

Autogenerated from wowm file at wow_message_parser/wowm/login/cmd_xfer.wowm:53.

clogin CMD_XFER_RESUME = 0x33 {
    u64 offset;
}

Login messages have a header of 1 byte with an opcode. Some messages also have a size field but this is not considered part of the header.

Login Header

OffsetSize / EndiannessTypeNameDescription
0x001 / -uint8opcodeOpcode that determines which fields the message contains.

Body

OffsetSize / EndiannessTypeNameComment
0x018 / Littleu64offset

Examples

Example 1

Comment

Client already has first 64 bytes of file with MD5 sent in CMD_XFER_INITIATE and wants to resume download from there.

51, // opcode (51)
64, 0, 0, 0, 0, 0, 0, 0, // offset: u64