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>
This commit is contained in:
Guy Harris 2017-06-15 02:05:08 -07:00
parent 2a5cb8e32e
commit 6f8bc61c33
1 changed files with 2 additions and 2 deletions

View File

@ -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"},