Releases: Arisstath/raknet-dissector
Releases · Arisstath/raknet-dissector
The GTK Release (RC2)
This release contains the changes from RC1, and it fixes an issue that was preventing the application from starting.
The GTK Release (RC1)
v1.0.0 release candidate 1
Changes since last release (v0.7.5):
Major changes:
- Rewrote most of GUI code to transition from Qt to GTK
- Added Lua API for filtering packets
- Implemented new data types: DateTime, OptimizedString
- Re-enabled WinDivert
Minor changes:
- Implemented 0x8A (ID_SUBMIT_TICKET) crypto hash change
- Removed potential memory leak for removed Instances
- Fixed crash when parsing invalid 0x90 (ID_PROTOCOL_SYNC) packets
- Updated server to use the peerid system
- Implemented script signatures in data replication as well as 0x9B (ID_LUAU_CHALLENGE)
- Fix physics packet sending format
- Improved heuristic for detecting handshake
- Implemented 0x12 (hash) subpacket serialization
- Fixed 0x87 (ID_CHAT_ALL) format
- Fixed some PCAP interfaces missing
- Fixed edge-case where Script source is nil
- Fixed memory safety issue in WinDivert code
- Fixed 0x8D (ID_CLUSTER) packets using the old format
- Fixed 0x97 (ID_NEW_SCHEMA) serialization to support Content prefixes and preshared strings
- Also implemented this change in the relevant datatypes
- Fixed Discord link in help menu
The Kick Message Release
Beta v0.7.5
- Implemented kick message packets
- Fixed SharedString parsing in NewInstance packets
- Implemented simpler CFrame format
- Fixed for ID_SUBMIT_TICKET parsing when packets are long
- Fixed parser to account for Luau script signing change
- Disabled WinDivert for now (sorry!)
The Error Handling Release
This release fixes error handling when PCAP isn't available. Also includes a fix for the new ProtectedString format.
The Clientless Release
The release removes support for the emulated client in response to its widespread abuse.
The Release of Streams and Clusters
From tag notes:
Beta v0.7.2
- Implemented streaming packets
- Implemented smooth terrain packets partially
- Updated Windows 10 SecuritySettings
- Added support for the PeerID system
- Various bugfixes
20190627165332-fea6357
origin/master -> master
20190627164310-7c40158
[parser] Fix wrong UDim Offset type
20190609093108-a22a5e9
[parser] Fix IsFinal field in writer
20190608170347-1b5cc20
[parser] oops