summaryrefslogtreecommitdiff
path: root/wiretap
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:05:52 +0000
commit6f8bc61c3323b959900f125234e7055018d62e4b (patch)
tree0c8f7d73900a8c87c5f6b9bb6df16f48c059afef /wiretap
parent2a5cb8e32e31ed0fb64b97318dd38470886d9154 (diff)
downloadwireshark-6f8bc61c3323b959900f125234e7055018d62e4b.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>
Diffstat (limited to 'wiretap')
-rw-r--r--wiretap/wtap.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/wiretap/wtap.c b/wiretap/wtap.c
index a3b7fc2671..e2d16877c7 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" },
/* WTAP_ENCAP_LORATAP */
{ "LoRaTap", "loratap"},