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

Wireshark-dev: [Wireshark-dev] USB dissection

Date: Sun, 13 Dec 2009 02:15:59 -0500
Hi,

I'm new to wireshark dissectors and am writing a USB dissector that is working quite well.
However, it's working because it's the only device on the chosen bus. What I'd like to
do is activate my dissector for a given vendor id/product id. At the moment my dissector
is a child of usb.bulk which doesn't contain USB descriptors. Since there aren't that many
examples of USB dissectors, could anyone explain how I do this?

Thanks,

Paul