aboutsummaryrefslogtreecommitdiffstats
path: root/epan/ipproto.c
diff options
context:
space:
mode:
authorStig Bjørlykke <stig@bjorlykke.org>2009-11-19 15:30:06 +0000
committerStig Bjørlykke <stig@bjorlykke.org>2009-11-19 15:30:06 +0000
commit005049bebbd86341066dcdc99541dbcc9b8eedac (patch)
treeb96244019a8c917319025a4451aec294c2066ef1 /epan/ipproto.c
parenta1c8cdcc7c1d443fee1a072107889432856f59c8 (diff)
Changed hf_ip_proto to use ipproto_val[].
Removed some unneeded includes. svn path=/trunk/; revision=31017
Diffstat (limited to 'epan/ipproto.c')
-rw-r--r--epan/ipproto.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/epan/ipproto.c b/epan/ipproto.c
index aa49c03a71..289530f088 100644
--- a/epan/ipproto.c
+++ b/epan/ipproto.c
@@ -32,13 +32,13 @@
#include <glib.h>
-#include <epan/ipproto.h>
#include <epan/packet.h>
+#include <epan/ipproto.h>
#include <epan/addr_resolv.h>
#include <epan/dissectors/packet-ip.h>
#include <epan/strutil.h>
-static const value_string ipproto_val[] = {
+const value_string ipproto_val[] = {
#if 0
{ IP_PROTO_IP, "IPv4" },
#endif