]> The Tcpdump Group git mirrors - tcpdump/commit
In MSVC++'s C library, _IOLBF is the same as _IOFBF; use _IONBF instead.
authorguy <guy>
Tue, 18 Nov 2003 08:53:19 +0000 (08:53 +0000)
committerguy <guy>
Tue, 18 Nov 2003 08:53:19 +0000 (08:53 +0000)
commita954cd69a62706e67a5eb59d1e6af2c73b48511c
treed09cab7680937ed80a3ad7df0555d7ade7af31f6
parent03996bff00d2ff85171ced7bd232b530bd6235f8
In MSVC++'s C library, _IOLBF is the same as _IOFBF; use _IONBF instead.

Fix the timeout in the "pcap_open_live()" call - I accidentally checked
in a larger value I was using while testing pcap_breakloop().
tcpdump.c