From 7d28e99a7c73b9a51be3d2b96dd5f7f2bfb253f3 Mon Sep 17 00:00:00 2001 From: Simon Zhong Date: Fri, 10 Mar 2017 14:11:23 -0500 Subject: Updated Address Family Numbers with latest (Last Updated 2016-08-26) IANA table. Change-Id: I4286a249ca9603732f06e2715c1804a201c105e9 Reviewed-on: https://code.wireshark.org/review/20489 Petri-Dish: Michael Mann Tested-by: Petri Dish Buildbot Reviewed-by: Michael Mann --- epan/afn.c | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'epan/afn.c') diff --git a/epan/afn.c b/epan/afn.c index 4574dfa11c..c325cb436d 100644 --- a/epan/afn.c +++ b/epan/afn.c @@ -53,6 +53,11 @@ const value_string afn_vals[] = { { AFNUM_GWID, "GWID" }, { AFNUM_L2VPN, "Layer-2 VPN" }, { AFNUM_L2VPN_OLD, "Layer-2 VPN (old)" }, + { AFNUM_MPLS_TP_SEI, "MPLS-TP Section Endpoint Identifier"}, + { AFNUM_MPLS_TP_LSPEI, "MPLS-TP LSP Endpoint Identifier"}, + { AFNUM_MPLS_TP_PEI, "MPLS-TP Pseudowire Endpoint Identifier"}, + { AFNUM_MT_IP, "MT IP: Multi-Topology IP version 4"}, + { AFNUM_MT_IPV6, "MT IPv6: Multi-Topology IP version 6"}, { AFNUM_EIGRP_COMMON, "EIGRP Common Service Family" }, { AFNUM_EIGRP_IPV4, "EIGRP IPv4 Service Family" }, { AFNUM_EIGRP_IPV6, "EIGRP IPv6 Service Family" }, @@ -60,6 +65,12 @@ const value_string afn_vals[] = { { AFNUM_BGP_LS, "BGP-LS" }, { AFNUM_EUI48, "48-bit MAC Address" }, { AFNUM_EUI64, "64-bit MAC Address" }, + { AFNUM_OUI, "OUI"}, + { AFNUM_MAC_24, "MAC/24"}, + { AFNUM_MAC_40, "MAC/40"}, + { AFNUM_IPv6_64, "IPv6/64"}, + { AFNUM_RB_PID, "RBridge Port ID"}, + { AFNUM_TRILL_NICKNAME, "TRILL Nickname"}, { 65535, "Reserved" }, { 0, NULL }, }; -- cgit v1.2.3