A lua script for Wireshark to be able to parse utp4j protocol packets (EXPERIMENTAL).
- Install Wireshark
- Copy the
utp4j.lua
file to the Wireshark's plugins folder - In the last line of the
utp4j.lua
file, change12345
to the port number you want to filter on. - Open Wireshark and start capturing packets (might need to press
Ctrl+Shift+L
to apply the filter)
This script is based on the uTP implementation in Java by iiljkic.
This is an experimental script and provides very basic parsing of the utp4j protocol. It is not guaranteed to work in all cases and might not be able to parse all packets. It is recommended to use this script for testing and debugging purposes only. Feel free to improve it (and make pull requests).