CMD_AUTH_RECONNECT_PROOF_Server
Protocol Version 2
Reply to CMD_AUTH_RECONNECT_PROOF_Client.
Wowm Representation
Autogenerated from wowm
file at wow_message_parser/wowm/login/cmd_auth_reconnect/proof_server.wowm:2
.
slogin CMD_AUTH_RECONNECT_PROOF_Server = 0x03 {
LoginResult result;
}
Header
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
Offset | Size / Endianness | Type | Name | Description |
---|---|---|---|---|
0x00 | 1 / - | uint8 | opcode | Opcode that determines which fields the message contains. |
Body
Offset | Size / Endianness | Type | Name | Comment |
---|---|---|---|---|
0x01 | 1 / - | LoginResult | result |
Examples
Example 1
3, // opcode (3)
0, // result: LoginResult SUCCESS (0x00)
Example 2
3, // opcode (3)
14, // result: LoginResult SUCCESS_SURVEY (0x0E)
Example 3
3, // opcode (3)
14, // result: LoginResult SUCCESS_SURVEY (0x0E)
Protocol Version 5, Protocol Version 6, Protocol Version 7
Reply to CMD_AUTH_RECONNECT_PROOF_Client.
Wowm Representation
Autogenerated from wowm
file at wow_message_parser/wowm/login/cmd_auth_reconnect/proof_server.wowm:27
.
slogin CMD_AUTH_RECONNECT_PROOF_Server = 0x03 {
LoginResult result;
u16 padding = 0;
}
Header
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
Offset | Size / Endianness | Type | Name | Description |
---|---|---|---|---|
0x00 | 1 / - | uint8 | opcode | Opcode that determines which fields the message contains. |
Body
Offset | Size / Endianness | Type | Name | Comment |
---|---|---|---|---|
0x01 | 1 / - | LoginResult | result | |
0x02 | 2 / Little | u16 | padding |
Examples
Example 1
3, // opcode (3)
0, // result: LoginResult SUCCESS (0x00)
0, 0, // padding: u16
Protocol Version 8
Reply to CMD_AUTH_RECONNECT_PROOF_Client.
Wowm Representation
Autogenerated from wowm
file at wow_message_parser/wowm/login/cmd_auth_reconnect/proof_server.wowm:45
.
slogin CMD_AUTH_RECONNECT_PROOF_Server = 0x03 {
LoginResult result;
u16 padding = 0;
}
Header
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
Offset | Size / Endianness | Type | Name | Description |
---|---|---|---|---|
0x00 | 1 / - | uint8 | opcode | Opcode that determines which fields the message contains. |
Body
Offset | Size / Endianness | Type | Name | Comment |
---|---|---|---|---|
0x01 | 1 / - | LoginResult | result | |
0x02 | 2 / Little | u16 | padding |
Examples
Example 1
3, // opcode (3)
0, // result: LoginResult SUCCESS (0x00)
0, 0, // padding: u16
Example 2
3, // opcode (3)
16, // result: LoginResult FAIL_LOCKED_ENFORCED (0x10)
0, 0, // padding: u16