ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
April 17th, 2024 | 14:30-16:00 SGT (UTC+8) | Online

Wireshark-bugs: [Wireshark-bugs] [Bug 5767] Create a BitTorrent DHT dissector for wireshark

Date: Wed, 22 Jun 2011 01:08:00 -0700 (PDT)
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5767

--- Comment #26 from Xiao Xiangquan <xiaoxiangquan@xxxxxxxxx> 2011-06-22 01:07:59 PDT ---
(In reply to comment #24)
> (In reply to comment #23)
> > It seems caused by header change.
> > Fixed by including epan/tvbuff-int.h.
> 
> It is not the better solution.. there is tvb_length.. function for that !
> 
> Also i testing with attach sample (xxq.pcap & demo.pcap) and only see BT-uTP
> traffic...

BT-DHT and BT-uTP always share the same UDP port, and their default port are
the same, too. It seems that BT-uTP is at front of BT-DHT in the dissectors
list.

We should use "Decode as..." to force it to dissect as BT-DHT, or some
modifications should be applied to BT-uTP to let it give up dissection in some
conditions.

-- 
Configure bugmail: https://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
You are watching all bug changes.