This repository contains the definitions of the network packets that feed into our serialization code generator Aero.
Building the AeroMessages project generates the AeroMessages.dll
that can then be plugged into compatible projects like Packet Peep.
- Parses virtually all views and messages in 1962 network protocol, with few deficiencies.
- Named variables for all views and maybe a third of the messages.
- No other clients supported at the moment.
V66 = 19551
V25 = 47464
- Aero Source generator
- Packet Peep Uses the generated dll to parse and visualize network captures and replays.
- Protocol Data
- Wiki and some packet captures
This project was created for educational purposes only.