summaryrefslogtreecommitdiff
path: root/randpkt_core
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 /randpkt_core
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 'randpkt_core')
-rw-r--r--randpkt_core/randpkt_core.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/randpkt_core/randpkt_core.c b/randpkt_core/randpkt_core.c
index c329dc627d..c3b977e951 100644
--- a/randpkt_core/randpkt_core.c
+++ b/randpkt_core/randpkt_core.c
@@ -505,14 +505,6 @@ static randpkt_example examples[] = {
1000,
},
- { "usb", "Universal Serial Bus",
- PKT_USB, WTAP_ENCAP_USB,
- NULL, 0,
- NULL, 0,
- NULL, NULL,
- 1000,
- },
-
{ "usb-linux", "Universal Serial Bus with Linux specific header",
PKT_USB_LINUX, WTAP_ENCAP_USB_LINUX,
NULL, 0,