This repository has been archived by the owner on Jul 27, 2021. It is now read-only.
Releases: ncatlin/exileSniffer
Releases · ncatlin/exileSniffer
Version 1.0.1
Version 1.0.1
Memory changes:
Packets now use less memory.
Filtered messages were consuming far too much memory so they are now discarded.
Previously filtered messages will not return when the filters are cleared. Refer to the logfiles to recover them if needed.
I'll implement a hex->packet reconstruction utility soon.
Handle more packets
0x3b - CLI_USE_ITEM_ON_OBJ
0x81 - SRV_CHANGE_LIGHTING
0x82 - CLI_TRANSFER_ITEM
0xdb - SRV_NOTIFY_AFK
0xf6 - SRV_UNK_0xf6
Improve existing packets
0x75 - SRV_MOVE_OBJECT
Minor display/naming improvements:
0x70 - SRV_GRANTED_XP
0xA3 - CLI_UNK_A3
0xF3 - CLI_UNK_F3
Version 1.0
Initial release