aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/pcap-common.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2016-02-19 14:45:21 -0800
committerGuy Harris <guy@alum.mit.edu>2016-02-19 22:46:10 +0000
commitddeab2c1deced6dca77f7b5ae224ed10e0ce7468 (patch)
treecffb05c02fbfe21e8abf7f4139351095acc1a9b4 /wiretap/pcap-common.c
parenteb9d2b00922c109c932eb339b2b2c92f04df06dd (diff)
Get rid of PCAP_ENCAP_USB.
It doesn't correspond to anything we support - and the old Linux USB LINKTYPE_ value of 186 doesn't give enough information to dissect the packets (it discards the event type, for example), so we drop the rest of our support for it as well. Change-Id: I6f537d9263174aba4320edf5140e1d1540e979c8 Reviewed-on: https://code.wireshark.org/review/14020 Reviewed-by: Guy Harris <guy@alum.mit.edu>
Diffstat (limited to 'wiretap/pcap-common.c')
-rw-r--r--wiretap/pcap-common.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/wiretap/pcap-common.c b/wiretap/pcap-common.c
index 470ec39ceb..99f1f2d34e 100644
--- a/wiretap/pcap-common.c
+++ b/wiretap/pcap-common.c
@@ -326,8 +326,6 @@ static const struct {
{ 181, WTAP_ENCAP_JUNIPER_CHDLC },
/* VOIP Frames prepended with meta-information */
{ 183, WTAP_ENCAP_JUNIPER_VP },
- /* raw USB packets */
- { 186, WTAP_ENCAP_USB },
/* Bluetooth HCI UART transport (part H:4) frames, like hcidump */
{ 187, WTAP_ENCAP_BLUETOOTH_H4 },
/* IEEE 802.16 MAC Common Part Sublayer */