]> 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:40 +0000 (08:53 +0000)
committerguy <guy>
Tue, 18 Nov 2003 08:53:40 +0000 (08:53 +0000)
commitb60551ea3451726d7f4c685415d281bc7c115d3a
tree6739b659807bc49e655cb094851cc2def90d4a7a
parent3efcdbdd486bf8b99a826e036db83d9ea818ed92
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