aboutsummaryrefslogtreecommitdiffstats
path: root/epan/afn.h
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.h
parent4086013afdf98d19d852974394a8ec3c83e25029 (diff)
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.h')
-rw-r--r--epan/afn.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/epan/afn.h b/epan/afn.h
index 268a8143c7..84e72883f9 100644
--- a/epan/afn.h
+++ b/epan/afn.h
@@ -62,6 +62,9 @@ extern "C" {
/* draft-kompella-ppvpn-l2vpn */
#define AFNUM_L2VPN 25
#define AFNUM_L2VPN_OLD 196
+#define AFNUM_EIGRP_COMMON 16384 /* EIGRP Common Service Family */
+#define AFNUM_EIGRP_IPV4 16385 /* EIGRP IPv4 Service Family */
+#define AFNUM_EIGRP_IPV6 16386 /* EIGRP IPv6 Service Family */
extern const value_string afn_vals[];
#ifdef __cplusplus