summaryrefslogtreecommitdiff
path: root/epan/afn.c
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2009-04-02 17:21:18 +0000
committerAnders Broman <anders.broman@ericsson.com>2009-04-02 17:21:18 +0000
commita92cd3fddd22c57bdf05cb24de6b29f35653abfe (patch)
tree8c70e8a6cbbb2a3c1c87e86b1c1aaf000ae64dd8 /epan/afn.c
parent4086013afdf98d19d852974394a8ec3c83e25029 (diff)
downloadwireshark-a92cd3fddd22c57bdf05cb24de6b29f35653abfe.tar.gz
From Chris Maynard:
Misc. NHRP bug fixes & additions and AFN udpates https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3379 svn path=/trunk/; revision=27933
Diffstat (limited to 'epan/afn.c')
-rw-r--r--epan/afn.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/epan/afn.c b/epan/afn.c
index 7cad4f3e95..700857a0a3 100644
--- a/epan/afn.c
+++ b/epan/afn.c
@@ -55,8 +55,11 @@ const value_string afn_vals[] = {
{ AFNUM_FC_WWPN, "Fibre Channel World-Wide Port Name" },
{ AFNUM_FC_WWNN, "Fibre Channel World-Wide Node Name" },
{ AFNUM_GWID, "GWID" },
- { AFNUM_L2VPN_OLD, "Layer-2 VPN (old)" },
{ AFNUM_L2VPN, "Layer-2 VPN" },
+ { AFNUM_L2VPN_OLD, "Layer-2 VPN (old)" },
+ { AFNUM_EIGRP_COMMON, "EIGRP Common Service Family" },
+ { AFNUM_EIGRP_IPV4, "EIGRP IPv4 Service Family" },
+ { AFNUM_EIGRP_IPV6, "EIGRP IPv6 Service Family" },
{ 65535, "Reserved" },
{ 0, NULL },
};