Arisstath / roblox-dissector

Roblox UDP Protocol Dissector
MIT License
133 stars 16 forks source link

Filtering system for packets in PacketListViewer #24

Closed Gskartwii closed 4 years ago

Gskartwii commented 5 years ago

The basic foundation for this is (commented out) in ProperSort.go. It might be best to consider alternatives to the approach I took in that file. The viewer should implement packet filtering or highlighting or both.

Gskartwii commented 5 years ago

This should use #34.

Gskartwii commented 4 years ago

The filtering system has been implemented a while ago. The Lua API still needs some tinkering, though.