From ddeab2c1deced6dca77f7b5ae224ed10e0ce7468 Mon Sep 17 00:00:00 2001 From: Guy Harris Date: Fri, 19 Feb 2016 14:45:21 -0800 Subject: 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 --- randpkt_core/randpkt_core.c | 8 -------- 1 file changed, 8 deletions(-) (limited to 'randpkt_core') 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, -- cgit v1.2.3