]> The Tcpdump Group git mirrors - libpcap/commit
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)
commit54ef309e921c11a4e80cd7a26d9e25d30c833e14
tree1b26ccbbfe0103dec34facec1734166ebe466029
parentf5af8a7ce494b049ce9461dc76d2dc1e7aad5695
In memory-mapped mode, don't release the packet as soon as the callback
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.
pcap-int.h
pcap-linux.c