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

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

From: Gisle Vanem <gvanem@xxxxxxxxxxxx>
Date: Sun, 28 Oct 2007 11:14:46 +0100
<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