aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-eigrp.c
diff options
context:
space:
mode:
authorPeter PalĂșch <Peter.Paluch@fri.uniza.sk>2016-09-13 15:07:57 +0200
committerAlexis La Goutte <alexis.lagoutte@gmail.com>2016-09-26 05:00:28 +0000
commit0850c1f1db31efa02ff4383fb96d33e1193d838b (patch)
treee6fd35b051ec1e6ba88307b8e3b30c433bdd8d04 /epan/dissectors/packet-eigrp.c
parent91ab8cf345b01acae69675dae34c6a2e7a6cedeb (diff)
BGP: Support for Cost, EIGRP and OSPF extended communities
Bug: 12891 Change-Id: I70ed7f8a08122c559128b8df4d65e03be8201e1a Reviewed-on: https://code.wireshark.org/review/17683 Petri-Dish: Michael Mann <mmann78@netscape.net> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Peter PalĂșch <Peter.Paluch@fri.uniza.sk> Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>
Diffstat (limited to 'epan/dissectors/packet-eigrp.c')
-rw-r--r--epan/dissectors/packet-eigrp.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/epan/dissectors/packet-eigrp.c b/epan/dissectors/packet-eigrp.c
index d6db7cfe54..a798633145 100644
--- a/epan/dissectors/packet-eigrp.c
+++ b/epan/dissectors/packet-eigrp.c
@@ -32,6 +32,7 @@
#include <epan/ipproto.h>
#include <epan/expert.h>
+#include "packet-eigrp.h"
#include "packet-ipx.h"
#include "packet-atalk.h"
@@ -609,7 +610,7 @@ static const value_string eigrp_tlv2string[] = {
{ 0, NULL}
};
-static const value_string eigrp_proto2string[] = {
+const value_string eigrp_proto2string[] = {
{ IGRP1_PROTID, "IGRP"},
{ IGRP2_PROTID, "EIGRP"},
{ STATIC_PROTID, "Static Route"},