aboutsummaryrefslogtreecommitdiffstats
path: root/packet-isakmp.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-isakmp.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-isakmp.c')
-rw-r--r--packet-isakmp.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/packet-isakmp.c b/packet-isakmp.c
index 54a30a9ecb..3d728c777b 100644
--- a/packet-isakmp.c
+++ b/packet-isakmp.c
@@ -3,7 +3,7 @@
* (ISAKMP) (RFC 2408)
* Brad Robel-Forrest <brad.robel-forrest@watchguard.com>
*
- * $Id: packet-isakmp.c,v 1.37 2001/04/04 02:52:04 guy Exp $
+ * $Id: packet-isakmp.c,v 1.38 2001/04/17 06:29:12 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@zing.org>
@@ -46,6 +46,7 @@
#endif
#include "packet.h"
+#include "ipproto.h"
static int proto_isakmp = -1;