summaryrefslogtreecommitdiff
path: root/epan/afn.h
diff options
context:
space:
mode:
authorAlexis La Goutte <alexis.lagoutte@gmail.com>2014-01-13 22:24:32 +0000
committerAlexis La Goutte <alexis.lagoutte@gmail.com>2014-01-13 22:24:32 +0000
commit10345a6b2e87d842e5f9968b73ec86d60c29c844 (patch)
tree41a58ab2366bd7a0451f17b34346d4cc7dd6a3a5 /epan/afn.h
parentc9778167eadaaa4392cbb34509a3f8234b8d467f (diff)
downloadwireshark-10345a6b2e87d842e5f9968b73ec86d60c29c844.tar.gz
From Miroslav Miklus via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9504 Enhance BGP dissector : bgp-ls dissector (draft-ietf-idr-ls-distribution-04)
BGPTYPE_LINK_STATE_ATTR is temporarily set to 99, would need change when IANA allocate a Path Attribute value for BGP-LS From me : * Fix indent * fix arg encoding (via encoding-args tools) svn path=/trunk/; revision=54728
Diffstat (limited to 'epan/afn.h')
-rw-r--r--epan/afn.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/epan/afn.h b/epan/afn.h
index 0e7f7f6282..22861c3d72 100644
--- a/epan/afn.h
+++ b/epan/afn.h
@@ -66,6 +66,8 @@ extern "C" {
#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 */
+#define AFNUM_LINK_STATE 16388 /* draft-ietf-idr-ls-distribution */
+
extern const value_string afn_vals[];
#ifdef __cplusplus