]> The Tcpdump Group git mirrors - libpcap/commit
From Koryn Grant <[email protected]> - DAG support enhancements and fixes:
authorguy <guy>
Thu, 20 Nov 2003 01:21:25 +0000 (01:21 +0000)
committerguy <guy>
Thu, 20 Nov 2003 01:21:25 +0000 (01:21 +0000)
commit028bb1b31de62247b5c23a2ce76501c985ea1f14
treea4bfb151952749fd1621bd6181ad560234b6c6ea
parentd7bc98d08b428b7d6a100bc02025e3f9074bc804
From Koryn Grant <[email protected]> - DAG support enhancements and fixes:

Added support for nonblocking operation.

Added support for processing more than a single packet in
pcap_dispatch().

Fixed bug in loss counter code.

Improved portability of loss counter code (e.g. use UINT_MAX
instead of 0xffff).

Removed unused local variables.

Added required headers (ctype.h, limits.h, unistd.h,
netinet/in.h).

Changed semantics to match those of standard pcap on linux.
- packets rejected by the filter are not counted.
CREDITS
pcap-dag.c
pcap-int.h
pcap.c