You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
2 years ago | |
---|---|---|
.gitignore | 2 years ago | |
LICENSE | 2 years ago | |
README.md | 2 years ago | |
udp_torrent.lua | 2 years ago | |
ws.png | 2 years ago |
README.md
wireshark-udp-torrent
Lua Wireshark Plugin adding WIP Parsing of UDP Torrent Tracker Communications.
Usage
Copy "udp_torrent.lua" into your WireShark's Plugin directory. Reload WireShark (CTRL+Shift+L) and UDP Packets on port 6969 (in/out) will be dissected by the UDP Torrent plugin.
Features
- Dissecting of (some) connect and announce packets
- Parsing list of peers
TODO
- Don't consume uninterpreted packets / data
- Add more supported packets
- Dissect based on packet content instead of port