summaryrefslogtreecommitdiff
path: root/wiretap
diff options
context:
space:
mode:
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"},