aboutsummaryrefslogtreecommitdiffstats
path: root/epan/afn.h
diff options
context:
space:
mode:
authorStig Bjørlykke <stig@bjorlykke.org>2010-07-18 16:05:48 +0000
committerStig Bjørlykke <stig@bjorlykke.org>2010-07-18 16:05:48 +0000
commit461934238f63f0fd0d64121acdbf965e10f49a39 (patch)
treef0046e9eae04f028c85801083fe9c24427487391 /epan/afn.h
parent31c67f8a03e704912f11e9c4972b53efe6595e55 (diff)
Added "LISP Canonical Address Format (LCAF)".
svn path=/trunk/; revision=33570
Diffstat (limited to 'epan/afn.h')
-rw-r--r--epan/afn.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/epan/afn.h b/epan/afn.h
index 84e72883f9..ab02d5c36f 100644
--- a/epan/afn.h
+++ b/epan/afn.h
@@ -65,6 +65,7 @@ extern "C" {
#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 */
+#define AFNUM_LCAF 16387 /* LISP Canonical Address Format */
extern const value_string afn_vals[];
#ifdef __cplusplus