Wireshark-commits: [Wireshark-commits] rev 18194: /trunk/ /trunk/: capture_loop.c capture_loop.h
From:
guy@xxxxxxxxxxxxx
Date: Sun, 21 May 2006 03:38:16 GMT
User: guy
Date: 2006/05/21 03:38 AM
Log:
Dumpcap doesn't need to ensure that it doesn't block indefinitely, as it
has no UI, nor does it need to ensure it processes only one packet at a
time; get rid of the select stuff, and pass a count of -1 to
pcap_dispatch() so it processes a single bufferfull of packets rather
than just one packet at a time.
Directory: /trunk/
Changes Path Action
+25 -111 capture_loop.c Modified