CMD AUTH RECONNECT PROOF Client: Difference between revisions

From wowdev
Jump to navigation Jump to search
(Created page with "= Packet Layout = {| class="wikitable" |+ AuthReconnectionProof_Client ! Offset ! Size / Endianness ! Type ! Name ! Description |- | 0x0 || 1 / - || uint8 || command || RECON...")
 
m (Deadbeef moved page CMD AUTH LOGON PROOF Client to CMD AUTH RECONNECT PROOF Client: Accidentally created wrong page)
(No difference)

Revision as of 18:43, 21 May 2021

Packet Layout

AuthReconnectionProof_Client
Offset Size / Endianness Type Name Description
0x0 1 / - uint8 command RECON_PROOF (0x3)
0x1 16 / Little uint8[16] proof_data Challenge data used for calculating proof.
0x11 20 / Little uint8[20] client_proof SRP6 Client proof.
0x25 20 / ? uint8[20] client_checksum Unknown.
0x39 1 / - uint8 key_count Unknown. Can be expected to always be 0.