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.