[tcpdump-workers] [Patch] libpcap, nametoaddr.c

2009-02-12 Thread Gisle Vanem
* nametoaddr.c with DECNETLIB defined needs included. And which again needs . * Remove "IP6_misc.h" since it's already included in pcap-stdinc.h (ref. my patch to this file). --gv --- CVS-Latest/nametoaddr.cWed Feb 06 09:21:30 2008 +++ nametoaddr.c Mon Sep 22 16:04:13 2008 @@ -31

[tcpdump-workers] [Patch] libpcap, pcap-stdinc.h

2009-02-12 Thread Gisle Vanem
* Added header-guard. * Include IP6_misc.h unconditionally (why treat MingW specially?) --gv --- CVS-Latest/pcap-stdinc.h Mon Oct 06 14:27:32 2008 +++ pcap-stdinc.hThu Feb 12 21:25:34 2009 @@ -30,6 +30,8 @@ * * @(#) $Header: /tcpdump/master/libpcap/pcap-stdinc.h,v 1.11 2008-10-06 1

[tcpdump-workers] Problems with 'any' device

2009-02-12 Thread Lidwa, Eric (GSFC-582.0)[SGT]
This bug was introduced in the latest release of libpcap. I checked the version before 0.9.8 and the bug was not present. It seems that in pcap-linux.c in activate_new the wrong socket is being created. Before the socket is created I set device variable to null if it is set to 'any' and that fi