aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--epan/dissectors/packet-eth.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/epan/dissectors/packet-eth.c b/epan/dissectors/packet-eth.c
index af9d3c070e..19fa69c5b0 100644
--- a/epan/dissectors/packet-eth.c
+++ b/epan/dissectors/packet-eth.c
@@ -37,6 +37,7 @@
#include "packet-isl.h"
#include "packet-llc.h"
#include "packet-sll.h"
+#include "packet-usb.h"
#include <epan/crc32.h>
#include <epan/tap.h>
#include <epan/expert.h>
@@ -778,6 +779,7 @@ proto_reg_handoff_eth(void)
dissector_add_uint("gre.proto", ETHERTYPE_ETHBRIDGE, eth_withoutfcs_handle);
dissector_add_uint("sll.ltype", LINUX_SLL_P_ETHERNET, eth_withoutfcs_handle);
+ dissector_add_uint("usb.bulk", IF_CLASS_CDC_DATA, eth_withoutfcs_handle);
/*
* This is to handle the output for the Cisco CMTS "cable intercept"