http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=21197
User: sahlberg
Date: 2007/03/26 01:41 AM
Log:
From
Charles Lepple
This patch enables packet-usb.c to display all descriptors in the GET
CONFIGURATION request, regardless of whether we know how to decode
them. (All descriptors in that request share the same first two
bytes.)
It also adds the HID descriptor type (not the report descriptor,
though - that is buried in a class request, not a device request). I
am still working on actually decoding this descriptor.
Directory: /trunk/epan/dissectors/
Changes Path Action
+36 -1 packet-usb.c Modified