Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-commits: [Wireshark-commits] rev 23542: /trunk/ /trunk/: capture_loop.c

Date: Thu, 22 Nov 2007 01:51:18 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=23542

User: guy
Date: 2007/11/22 01:51 AM

Log:
 Have capture_loop_dispatch() calculate the number of packets written
 out, and return that; pcap_dispatch() returns the number of packets it
 processed, but we might have discarded some or all of them if we hit the
 packet limit in the middle of processing them.

Directory: /trunk/
  Changes    Path              Action
  +9 -11     capture_loop.c    Modified