summaryrefslogtreecommitdiff
path: root/wiretap/wtap.h
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/wtap.h
parenteb9d2b00922c109c932eb339b2b2c92f04df06dd (diff)
downloadwireshark-ddeab2c1deced6dca77f7b5ae224ed10e0ce7468.tar.gz
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/wtap.h')
-rw-r--r--wiretap/wtap.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/wiretap/wtap.h b/wiretap/wtap.h
index 0b9dbcb620..1caf56fd47 100644
--- a/wiretap/wtap.h
+++ b/wiretap/wtap.h
@@ -178,7 +178,7 @@ extern "C" {
#define WTAP_ENCAP_CATAPULT_DCT2000 89
#define WTAP_ENCAP_BER 90
#define WTAP_ENCAP_JUNIPER_VP 91
-#define WTAP_ENCAP_USB 92
+/* 92 is not used, feel free to resuse for another purpose */
#define WTAP_ENCAP_IEEE802_16_MAC_CPS 93
#define WTAP_ENCAP_NETTL_RAW_TELNET 94
#define WTAP_ENCAP_USB_LINUX 95