https://github.com/widberg/racenet-dissector
A Wireshark dissector for FUEL's RaceNet protocol
https://github.com/widberg/racenet-dissector
Last synced: 28 days ago
JSON representation
A Wireshark dissector for FUEL's RaceNet protocol
- Host: GitHub
- URL: https://github.com/widberg/racenet-dissector
- Owner: widberg
- Created: 2024-03-01T22:22:50.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-06-22T00:06:35.000Z (almost 2 years ago)
- Last Synced: 2025-02-23T04:44:18.462Z (over 1 year ago)
- Language: C++
- Size: 18.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# RaceNet Dissector
A Wireshark dissector for FUEL's RaceNet protocol
## Information
More information is available in the [FMTK Wiki Networking entry](https://github.com/widberg/fmtk/wiki/Networking). The compression algorithm used comes from [Using PPMD for compression](https://www.codeproject.com/Articles/1180/Using-PPMD-for-compression) which itself is adapted from, but incompatible with, [Dmitry Shkarin's PPMdE](https://compression.ru/ds/). I have cleaned up the PPMD code to be less platform dependent and compile on modern C++ as well as other small changes to bring it more in-line with the FUEL decompilation.