aboutsummaryrefslogtreecommitdiffstats
path: root/ipproto.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2001-04-17 06:29:14 +0000
committerGuy Harris <guy@alum.mit.edu>2001-04-17 06:29:14 +0000
commitc5aaac7823896a3dba279c92b6ae9eb5cd503a9e (patch)
tree1d18b9aa9f7d6529c782365c49361fa45d60d974 /ipproto.c
parentd01ff0c85783b03fd0d9f52dbb384c71ae6a459e (diff)
Move the declaration of "ipprotostr()" out of "epan/packet.h" into a new
"ipproto.h" header file. svn path=/trunk/; revision=3313
Diffstat (limited to 'ipproto.c')
-rw-r--r--ipproto.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/ipproto.c b/ipproto.c
index 862fc6ea49..33566d6e34 100644
--- a/ipproto.c
+++ b/ipproto.c
@@ -1,7 +1,7 @@
/* ipproto.c
* Routines for converting IPv4 protocol/v6 nxthdr field into string
*
- * $Id: ipproto.c,v 1.12 2001/04/15 03:37:13 guy Exp $
+ * $Id: ipproto.c,v 1.13 2001/04/17 06:29:12 guy Exp $
*
* Gilbert Ramirez <gram@xiexie.org>
*
@@ -43,12 +43,10 @@
# include "snprintf.h"
#endif
-#include "globals.h"
+#include "ipproto.h"
#include "packet.h"
#include "prefs.h"
-#include "resolv.h"
#include "packet-ip.h"
-#include "packet-ipv6.h"
static const value_string ipproto_val[] = {
{ IP_PROTO_ICMP, "ICMP" },