]> The Tcpdump Group git mirrors - tcpdump/commit
From Gisle Vanem: use the right #define when checking whether libpcap
authorguy <guy>
Sun, 22 Dec 2002 21:15:36 +0000 (21:15 +0000)
committerguy <guy>
Sun, 22 Dec 2002 21:15:36 +0000 (21:15 +0000)
commitca3d9731b62d8db63783de53255b4a04cb1d84a3
tree4f8efc67a84f33cf0d3121915cdebd992e9117eb
parentc603bd1db3a028b20cadc4bdb13d9b929a1d4a84
From Gisle Vanem: use the right #define when checking whether libpcap
has "pcap_dump_flush()".

The WinDump makefiles define HAVE_PCAP_FINDALLDEVS, and will be changed
to define HAVE_PCAP_DUMP_FLUSH, so use thos, rather than Win32, to check
whether WinPcap has "pcap_findalldevs()" or "pcap_dump_flush()", so
people can tweak the appropriate makefile if building WinDump with an
older version of WinPcap lacking one or both of those routines.
tcpdump.c