From ee0dde474c20afb4c493441400926ad7924ca458 Mon Sep 17 00:00:00 2001 From: Guy Harris Date: Thu, 15 Jun 2017 02:14:25 -0700 Subject: Make the short names for USB encspsulation types more regular. Have them all be "usb-XXX", where XXX indicates the type of header. Change-Id: I7f1bfea7e264b17c57f94c484d64d1cce91b9b78 Reviewed-on: https://code.wireshark.org/review/22147 Reviewed-by: Guy Harris --- wiretap/wtap.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'wiretap') diff --git a/wiretap/wtap.c b/wiretap/wtap.c index e2d16877c7..2fc3303a1f 100644 --- a/wiretap/wtap.c +++ b/wiretap/wtap.c @@ -649,7 +649,7 @@ static struct encap_type_info encap_table_base[] = { { "Juniper Voice PIC", "juniper-vp" }, /* WTAP_ENCAP_USB_FREEBSD */ - { "USB packets with FreeBSD header", "usb" }, + { "USB packets with FreeBSD header", "usb-freebsd" }, /* WTAP_ENCAP_IEEE802_16_MAC_CPS */ { "IEEE 802.16 MAC Common Part Sublayer", "ieee-802-16-mac-cps" }, @@ -919,7 +919,7 @@ static struct encap_type_info encap_table_base[] = { { "Juniper VN", "juniper-vn" }, /* WTAP_ENCAP_USB_DARWIN */ - { "USB packets with Darwin (macOS, etc.) headers", "darwin-usb" }, + { "USB packets with Darwin (macOS, etc.) headers", "usb-darwin" }, /* WTAP_ENCAP_LORATAP */ { "LoRaTap", "loratap"}, -- cgit v1.2.1