Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-dev: Re: [Wireshark-dev] [Patch] packet-isakmp.c

From: Jaap Keuter <jaap.keuter@xxxxxxxxx>
Date: Sun, 28 Oct 2007 12:27:56 +0100
Hi,

Checked in, a little different. Stuffed within #ifdef HAVE_LIBNETTLE

Thanx,
Jaap

Gisle Vanem wrote:
<wiretap/file_util.h> must be included because of eth_fopen():

--- SVN-Latest\epan\dissectors\packet-isakmp.c  Tue Oct 23 14:29:00 2007
+++ epan\dissectors\packet-isakmp.c     Thu Oct 25 14:21:56 2007
@@ -66,6 +66,7 @@
 #include <epan/dissectors/packet-x509af.h>
 #include <epan/dissectors/packet-isakmp.h>
 #include <epan/prefs.h>
+#include <wiretap/file_util.h>

 #define isakmp_min(a, b)  ((a<b) ? a : b)

--gv