pcap: Update link_type_vals

Change-Id: Ie3d6917d4d563a763e3f50c96a5c2df9dd3fbfcf
Reviewed-on: https://code.wireshark.org/review/32169
Petri-Dish: Stig Bjørlykke <stig@bjorlykke.org>
Tested-by: Petri Dish Buildbot
Reviewed-by: Stig Bjørlykke <stig@bjorlykke.org>
This commit is contained in:
Stig Bjørlykke 2019-02-23 17:02:48 +01:00
parent f548063102
commit c1a7b8ba7c
1 changed files with 7 additions and 0 deletions

View File

@ -235,6 +235,13 @@ const value_string link_type_vals[] = {
{ 272, "NORDIC_BLE" },
{ 273, "DOCSIS31_XRA31" },
{ 274, "ETHERNET_MPACKET" },
{ 275, "DISPLAYPORT_AUX" },
{ 276, "LINUX_SLL2" },
{ 278, "OPENVIZSLA" },
{ 279, "EBHSCR" },
{ 280, "VPP_DISPATCH" },
{ 281, "DSA_TAG_BRCM" },
{ 282, "DSA_TAG_BRCM_PREPEND" },
{ 0, NULL }
};