aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-usb-hid.h
AgeCommit message (Collapse)AuthorFilesLines
2009-07-31From Adam Nielsen via bug 3659:Gerald Combs1-0/+29
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. svn path=/trunk/; revision=29256