aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/Makefile.common
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2009-07-31 22:16:29 +0000
committerGerald Combs <gerald@wireshark.org>2009-07-31 22:16:29 +0000
commit62b8aa083710d4d5f2ea06c7ed219049043eade0 (patch)
treebff55dbcfd48f8b4c4a3035b22adb2f978566544 /epan/dissectors/Makefile.common
parent99bd70035d3738264eae124e9c91d3f52cc0292a (diff)
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. svn path=/trunk/; revision=29256
Diffstat (limited to 'epan/dissectors/Makefile.common')
-rw-r--r--epan/dissectors/Makefile.common1
1 files changed, 1 insertions, 0 deletions
diff --git a/epan/dissectors/Makefile.common b/epan/dissectors/Makefile.common
index 6150bd0de6..d9b5ba9c1e 100644
--- a/epan/dissectors/Makefile.common
+++ b/epan/dissectors/Makefile.common
@@ -869,6 +869,7 @@ DISSECTOR_SRC = \
packet-udp.c \
packet-usb.c \
packet-usb-masstorage.c \
+ packet-usb-hid.c \
packet-umts_fp.c \
packet-uts.c \
packet-v120.c \