aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ipv6.c
diff options
context:
space:
mode:
authorJeff Morriss <jeff.morriss.ws@gmail.com>2013-06-30 11:06:32 +0000
committerJeff Morriss <jeff.morriss.ws@gmail.com>2013-06-30 11:06:32 +0000
commitdf5c2548dddfaf51a0edc96aae4d9301e234a46c (patch)
tree202b937fc3d13e90f67aec35f5497b59dbdb3221 /epan/dissectors/packet-ipv6.c
parent4d18fdf67df570584d1812e3b6c4ef61acdbc31b (diff)
ip_proto.h now requires expert.h.
svn path=/trunk/; revision=50249
Diffstat (limited to 'epan/dissectors/packet-ipv6.c')
-rw-r--r--epan/dissectors/packet-ipv6.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/epan/dissectors/packet-ipv6.c b/epan/dissectors/packet-ipv6.c
index 31511c5245..45c1aed2a9 100644
--- a/epan/dissectors/packet-ipv6.c
+++ b/epan/dissectors/packet-ipv6.c
@@ -31,6 +31,7 @@
#include <math.h>
#include <glib.h>
#include <epan/packet.h>
+#include <epan/expert.h>
#include <epan/ip_opts.h>
#include <epan/addr_resolv.h>
#include <epan/prefs.h>
@@ -2824,7 +2825,7 @@ proto_register_ipv6(void)
{ &ei_ipv6_shim6_checksum_bad, { "ipv6.shim6.checksum_bad.expert", PI_CHECKSUM, PI_ERROR, "Bad checksum", EXPFILL }},
{ &ei_ipv6_routing_hdr_rpl_segments_ge0, { "ipv6.routing_hdr.rpl.segments.ge0", PI_MALFORMED, PI_ERROR, "Calculated total segments must be greater than or equal to 0, instead was X", EXPFILL }},
};
-
+
module_t *ipv6_module;
expert_module_t* expert_ipv6;