From 005049bebbd86341066dcdc99541dbcc9b8eedac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stig=20Bj=C3=B8rlykke?= Date: Thu, 19 Nov 2009 15:30:06 +0000 Subject: Changed hf_ip_proto to use ipproto_val[]. Removed some unneeded includes. svn path=/trunk/; revision=31017 --- epan/ipproto.h | 1 + 1 file changed, 1 insertion(+) (limited to 'epan/ipproto.h') 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 */ -- cgit v1.2.3