Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 484 Bytes

File metadata and controls

10 lines (6 loc) · 484 Bytes

DotaSniffer

Tool that sniffs DotA 2 packets using pcap

Summary

This repo showcases how one can use pcap library to sniff packets from arbitrary application in pure C.

Though using plain pcap functions may prove to be inconvenient, thus some friendly wrappers around them are implemented in PcapFuncs.

Development of this project ceased due to the fact that DotA uses protobuf to compress/decompress packets before sending, and author had no more free time to dwell.