http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=29256
User: gerald
Date: 2009/07/31 03:16 PM
Log:
From Adam Nielsen via bug 3659:
Here is a patch against SVN that implements preliminary support for USB HID
devices. At the moment it only dissects the initial set up packets (which you
will see if you hotplug a keyboard or mouse.)
The patch also fixes a minor bug in the USB dissector code which reported
certain packets as malformed due to miscounting bytes, and it reports control
packet data and padding data in a more user-friendly manner.
Directory: /trunk/epan/dissectors/
Changes Path Action
+1 -0 Makefile.common Modified
+769 -0 packet-usb-hid.c Added
+29 -0 packet-usb-hid.h Added
+48 -7 packet-usb.c Modified