]> The Tcpdump Group git mirrors - libpcap/commit
Arrange to have pcap_close_all() earlier.
authorGuy Harris <[email protected]>
Fri, 9 Dec 2011 06:50:56 +0000 (22:50 -0800)
committerGuy Harris <[email protected]>
Fri, 9 Dec 2011 06:50:56 +0000 (22:50 -0800)
commitebdced89b8f78534a9df2fd35c31fc2bed4d1616
tree8a732740e5725c591cd7e07ff126d97da552c484
parent2766b8c8332de597f390a35e488cba8db2262b47
Arrange to have pcap_close_all() earlier.

Do so before we put the adapter into monitor mode, so that if we can't
arrange to clean up monitor mode on exit, we don't try to put the
adapter into monitor mode.
pcap-linux.c