aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStig Bjørlykke <stig@bjorlykke.org>2019-02-27 10:31:24 +0100
committerStig Bjørlykke <stig@bjorlykke.org>2019-02-27 09:33:09 +0000
commit15f2402a33bd343ce09a381aa688e84bff7affa1 (patch)
tree6bda589e74df63efc61b72b563953d7616395ce8
parent8ee96f4ccb948d43584dd9a1a5c7edec81f5287d (diff)
pcap: Update link_type_vals
Change-Id: I39e7434af7fed5ed0ecb0f6041aa2ac761f07426 Reviewed-on: https://code.wireshark.org/review/32225 Reviewed-by: Stig Bjørlykke <stig@bjorlykke.org>
-rw-r--r--epan/dissectors/packet-pcap_pktdata.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/epan/dissectors/packet-pcap_pktdata.c b/epan/dissectors/packet-pcap_pktdata.c
index 19ab44a305..8c3ed55150 100644
--- a/epan/dissectors/packet-pcap_pktdata.c
+++ b/epan/dissectors/packet-pcap_pktdata.c
@@ -229,7 +229,9 @@ const value_string link_type_vals[] = {
{ 264, "ISO_14443" },
{ 265, "RDS" },
{ 266, "USB_DARWIN" },
+ { 267, "OPENFLOW" },
{ 268, "SDLC" },
+ { 269, "TI_LLN_SNIFFER" },
{ 270, "LORATAP" },
{ 271, "VSOCK" },
{ 272, "NORDIC_BLE" },
@@ -237,6 +239,7 @@ const value_string link_type_vals[] = {
{ 274, "ETHERNET_MPACKET" },
{ 275, "DISPLAYPORT_AUX" },
{ 276, "LINUX_SLL2" },
+ { 277, "SERCOS_MONITOR" },
{ 278, "OPENVIZSLA" },
{ 279, "EBHSCR" },
{ 280, "VPP_DISPATCH" },