Comment # 1
on bug 9630
from Michal Labedzki
Ok, I can handle it. Wireshark is able to dissect payload per device or
class/subclass/protocol or VendorId/ProductID. However existing dissectors
(usbaudio, usbcom, usbhid, usbhub, usbvideo, usbms) must be updated to use
those tables. I have a plan to do that, so let start with "usbms". If I
understand your device is standard usbms? (+ something new)? If payload will be
"Decode As" usbms, than you will have correctly dissected packets?
Otherwise it need new device-specific dissector.
I see that USB payload in your trace file is not correctly dissected. For
example in packet 1 is correct "GET DESCRIPTOR Request DEVICE", so in frame 2
should be "GET DESCRIPTOR Response DEVICE" instead of "URB_CONTROL in". I will
check that.
By the way: do you have trace file while using this device under Linux? It
might be helpful.
You are receiving this mail because:
- You are watching all bug changes.