aboutsummaryrefslogtreecommitdiffstats
path: root/epan/ipproto.h
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.h
parenta1c8cdcc7c1d443fee1a072107889432856f59c8 (diff)
Changed hf_ip_proto to use ipproto_val[].
Removed some unneeded includes. svn path=/trunk/; revision=31017
Diffstat (limited to 'epan/ipproto.h')
-rw-r--r--epan/ipproto.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/epan/ipproto.h b/epan/ipproto.h
index 50ac589e92..f0b7b925a9 100644
--- a/epan/ipproto.h
+++ b/epan/ipproto.h
@@ -190,6 +190,7 @@
#define IP_PROTO_AX4000 173 /* AX/4000 Testblock - non IANA */
#define IP_PROTO_NCS_HEARTBEAT 224 /* Novell NCS Heartbeat - http://support.novell.com/cgi-bin/search/searchtid.cgi?/10071158.htm */
+extern const value_string ipproto_val[];
extern const char *ipprotostr(int proto);
#endif /* ipproto.h */