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

2007-10-28 Thread Jaap Keuter
Hi, Checked in, a little different. Stuffed within #ifdef HAVE_LIBNETTLE Thanx, Jaap Gisle Vanem wrote: > 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 > @

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

2007-10-28 Thread Gisle Vanem
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 #include #include +#include #define isakmp_min(a, b) ((ahttp://www.wireshark.org/