]> The Tcpdump Group git mirrors - libpcap/commit
Not releasing a packet in Linux memory-mapped mode until we try to read
authorGuy Harris <[email protected]>
Fri, 3 Jul 2009 21:37:06 +0000 (14:37 -0700)
committerGuy Harris <[email protected]>
Fri, 3 Jul 2009 21:37:06 +0000 (14:37 -0700)
commit703acf10e7b3a128c426937712cd12ae65e3b1e9
tree2b5d4167682f44a3f184a868b9fa81af7a26346f
parentb43a22e65e685d03e435a9edc0138a797e771009
Not releasing a packet in Linux memory-mapped mode until we try to read
the next packet breaks select().  Back those changes out; we'll have to
fix the behavior of pcap_next* by making a copy of the packet.
pcap-int.h
pcap-linux.c