aboutsummaryrefslogtreecommitdiffstats
path: root/epan/afn.c
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.c
parentc9778167eadaaa4392cbb34509a3f8234b8d467f (diff)
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.c')
-rw-r--r--epan/afn.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/epan/afn.c b/epan/afn.c
index 74ab8c03dd..3902aca81b 100644
--- a/epan/afn.c
+++ b/epan/afn.c
@@ -59,6 +59,7 @@ const value_string afn_vals[] = {
{ AFNUM_EIGRP_IPV4, "EIGRP IPv4 Service Family" },
{ AFNUM_EIGRP_IPV6, "EIGRP IPv6 Service Family" },
{ AFNUM_LCAF, "LISP Canonical Address Format (LCAF)" },
+ { AFNUM_LINK_STATE, "Link State and TE information" },
{ 65535, "Reserved" },
{ 0, NULL },
};