aboutsummaryrefslogtreecommitdiffstats
path: root/packet-ipsec.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 /packet-ipsec.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 'packet-ipsec.c')
-rw-r--r--packet-ipsec.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/packet-ipsec.c b/packet-ipsec.c
index 7a06a6d63d..4906e511e8 100644
--- a/packet-ipsec.c
+++ b/packet-ipsec.c
@@ -1,7 +1,7 @@
/* packet-ipsec.c
* Routines for IPsec/IPComp packet disassembly
*
- * $Id: packet-ipsec.c,v 1.27 2001/02/28 06:37:29 guy Exp $
+ * $Id: packet-ipsec.c,v 1.28 2001/04/17 06:29:12 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@zing.org>
@@ -43,6 +43,7 @@
#include "packet-ipsec.h"
#include "packet-ip.h"
#include "resolv.h"
+#include "ipproto.h"
#include "prefs.h"
/* Place AH payload in sub tree */