background grid background grid
Back

Dofus Packet Sniffer

September 2021

What is this ?

This is a packet sniffer for the game Dofus. It read a large amount of data using packet sniffing to then generate a JSON containing all the captured data.

To extract the data from received packets, I had to decode each packet bytes structure by reverse engineering the game source code. This was done using Pyshark.