]> The Tcpdump Group git mirrors - libpcap/commitdiff
In memory-mapped mode, don't release the packet as soon as the callback
authorGuy Harris <[email protected]>
Tue, 24 Mar 2009 06:18:25 +0000 (23:18 -0700)
committerGuy Harris <[email protected]>
Tue, 24 Mar 2009 06:18:25 +0000 (23:18 -0700)
finishes processing the packet; in some cases, such as pcap_next() and
pcap_next_ex(), the packet data is expected to be available after the
callback returns, and only discarded when the next packet is read.


No differences found