summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2017-06-15 02:05:08 -0700
committerGuy Harris <guy@alum.mit.edu>2017-06-15 09:08:33 +0000
commit6e694c67945145983000921387c3e510fdea1070 (patch)
treec9305a2fb03cf09a8d3f459cd01e81afc4b675fe
parent3f3d229847ac6c572f4bc6d5e49543cad7fd7cdc (diff)
downloadwireshark-6e694c67945145983000921387c3e510fdea1070.tar.gz
Better names for various USB headers.
Change-Id: Iec2126fa1b71d9923ef0fb9ca2a027f7752d71f3 Reviewed-on: https://code.wireshark.org/review/22144 Reviewed-by: Guy Harris <guy@alum.mit.edu> (cherry picked from commit 6f8bc61c3323b959900f125234e7055018d62e4b) Reviewed-on: https://code.wireshark.org/review/22145
-rw-r--r--wiretap/wtap.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/wiretap/wtap.c b/wiretap/wtap.c
index c8b94226cd..aaf473307f 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 */
- { "Raw USB packets", "usb" },
+ { "USB packets with FreeBSD header", "usb" },
/* 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 */
- { "Darwin USB", "darwin-usb" },
+ { "USB packets with Darwin (macOS, etc.) headers", "darwin-usb" },
};
WS_DLL_LOCAL