One more change for the removal of LINKTYPE_SOCKETCAN_HOSTENDIAN.

Change-Id: If1615e23efa30119fff5eb2935335c2cde34b89e
Reviewed-on: https://code.wireshark.org/review/17330
Reviewed-by: Guy Harris <guy@alum.mit.edu>
This commit is contained in:
Guy Harris 2016-08-25 14:39:42 -07:00
parent c8157aa6b4
commit 27372ca737
1 changed files with 2 additions and 5 deletions

View File

@ -751,8 +751,8 @@ static struct encap_type_info encap_table_base[] = {
/* WTAP_ENCAP_IPNET */
{ "Solaris IPNET", "ipnet" },
/* WTAP_ENCAP_SOCKETCAN_BIGENDIAN */
{ "SocketCAN with big-endian CAN ID", "socketcan-bigendian" },
/* WTAP_ENCAP_SOCKETCAN */
{ "SocketCAN", "socketcan" },
/* WTAP_ENCAP_IEEE_802_11_NETMON */
{ "IEEE 802.11 plus Network Monitor radio header", "ieee-802-11-netmon" },
@ -921,9 +921,6 @@ static struct encap_type_info encap_table_base[] = {
/* WTAP_ENCAP_JUNIPER_VN */
{ "Juniper VN", "juniper-vn" },
/* WTAP_ENCAP_SOCKETCAN_HOSTENDIAN */
{ "SocketCAN with host-endian CAN ID", "socketcan-hostendian" },
};
WS_DLL_LOCAL