CMD AUTH RECONNECT PROOF Client

From wowdev
Revision as of 18:38, 21 May 2021 by Deadbeef (talk | contribs) (Created page with "= Packet Layout = {| class="wikitable" |+ AuthReconnectionProof_Client ! Offset ! Size / Endianness ! Type ! Name ! Description |- | 0x0 || 1 / - || uint8 || command || RECON...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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.