ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
July 17th, 2024 | 10:00am-11:55am SGT (UTC+8) | Online

Wireshark-bugs: [Wireshark-bugs] [Bug 8048] New: Improvements to BitTorrent uTP dissector

Date: Tue, 04 Dec 2012 00:07:33 +0000
Bug ID 8048
Summary Improvements to BitTorrent uTP dissector
Classification Unclassified
Product Wireshark
Version SVN
Hardware x86-64
OS Ubuntu
Status UNCONFIRMED
Severity Enhancement
Priority Low
Component Dissection engine (libwireshark)
Assignee [email protected]
Reporter [email protected]

Created attachment 9628 [details]
packet-bt-utp.c patch

Build Information:

--
Updated V1 header description to reflect corrected specification (BEP 0029).

Removed if(tree) in dissect. New style dissector, right?

Added heuristics for V0 header.

Removed length checking in heuristics since uTP packets can have any lenght,
even odd ones, and they do. See packet 2 and 3 in attached capture.

Fixed Extensions looping over whole packets and added a Data field for the
trailing payload. Extension examples in capture.


You are receiving this mail because:
  • You are watching all bug changes.