Kelsidavis-WoWee/src/network
Kelsi 6f797922ea Add comprehensive packet boundary debugging for quest opcodes
Logs for opcodes 0x18F, 0x18D, 0x188, 0x186:
- Raw header bytes (size + opcode)
- Total packet size vs buffer size
- Payload hex dump (first 16 bytes)
- Next packet header preview

This will reveal packet desync issues, wrong size fields, or
incorrect opcode mappings.
2026-02-09 23:15:45 -08:00
..
packet.cpp Emulate server loot/xp and combat feedback in single-player 2026-02-05 14:01:26 -08:00
socket.cpp Initial commit: wowee native WoW 3.3.5a client 2026-02-02 13:03:22 -08:00
tcp_socket.cpp Fix LOGON_CHALLENGE security flags buffer corruption and improve auth diagnostics 2026-02-05 13:26:24 -08:00
world_socket.cpp Add comprehensive packet boundary debugging for quest opcodes 2026-02-09 23:15:45 -08:00