Wireshark-bugs: [Wireshark-bugs] [Bug 2266] USB Dissector error with Gadget Zero

Date: Sat, 24 Apr 2010 12:11:37 -0700 (PDT)
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=2266

--- Comment #1 from Guy Harris <guy@xxxxxxxxxxxx> 2010-04-24 12:11:34 PDT ---
"Can't parse urb tag from ..." is a libpcap error message, not a Wireshark
error message; you'd have to ask the libpcap developers about that.  See

    https://sourceforge.net/projects/libpcap/

for filing bugs on libpcap.

The current version of the USB dissector has no DISSECTOR_ASSERT_NOT_REACHED
calls; the type value has a direction indicator, 0x80, ORed in, so 129 is
0x80|1 and 130 is 0x80|2; does the current version (1.2.7) show that warning?

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