aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/Makefile.common
diff options
context:
space:
mode:
authorChristian Lamparter <chunkeey@googlemail.com>2016-01-31 03:07:45 +0100
committerPascal Quantin <pascal.quantin@gmail.com>2016-02-16 18:52:49 +0000
commit360349c002418281ce4f8d5e5b538c30bb6fd057 (patch)
tree19ddbb65d8ffe9b401c419fde3ee86a0e078e3e0 /epan/dissectors/Makefile.common
parent878d724c528d1a33b511e8493607ad2ccbad5019 (diff)
USBIP: add USBIP Protocol dissector
This patch adds support for the USBIP protocol [0]. A document describing the protocol in detail is available from the linux kernel source [1]. The USBIP protocol mimics a USB HCD on a client PC that tunnels USB data over TCP/IP between the client and the host where the physical USB device is connected. A testcase has been submitted to bug.wireshark.org [2]. [0] <http://usbip.sourceforge.net/> [1] <https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/tree/drivers/usb/usbip/usbip_protocol.txt> [2] <https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=12127> Bug: 12127 Change-Id: I4e557dc274017eb029c7af2717a62be4b00aebda Reviewed-on: https://code.wireshark.org/review/13797 Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com> Reviewed-by: Pascal Quantin <pascal.quantin@gmail.com>
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 28745cdb7a..52c0d83559 100644
--- a/epan/dissectors/Makefile.common
+++ b/epan/dissectors/Makefile.common
@@ -1301,6 +1301,7 @@ DISSECTOR_SRC = \
packet-usb-masstorage.c \
packet-usb-video.c \
packet-usb.c \
+ packet-usbip.c \
packet-user_encap.c \
packet-userlog.c \
packet-uts.c \