nmap/libdnet-stripped/src
dmiller 3d9e348832 Use a mutex on Windows to avoid a hang when accessing WinPCAP driver
Reported by multiple users on Windows 8.1 and Windows Server 2012 R2.
Seems to hang when the WinPCAP driver is accessed via OpenServiceA by
multiple processes at once. Users report that this change, which uses a
mutex to avoid concurrent access, fixes the hang.
2015-09-20 19:06:11 +00:00
..
addr-util.c Get rid of ntohs in ip6_ntop. 2013-01-30 08:47:24 +00:00
addr.c Add ARP_HRD_IEEE80211_PRISM identifier 2015-01-27 02:31:11 +00:00
arp-bsd.c
arp-ioctl.c
arp-none.c
arp-win32.c Check some libdnet mallocs for failure. 2012-11-22 00:50:18 +00:00
blob.c
crc32ct.h
err.c
eth-bsd.c
eth-dlpi.c Try /dev/net/<iface> after /dev/<iface> with DLPI. 2012-03-17 12:06:27 +00:00
eth-linux.c
eth-ndd.c Set sa.sndd_8022_ethertype to 0 in eth-ndd.c. 2012-12-08 11:04:23 +00:00
eth-none.c
eth-pfilt.c
eth-snoop.c
eth-win32.c Use a mutex on Windows to avoid a hang when accessing WinPCAP driver 2015-09-20 19:06:11 +00:00
fw-none.c
intf-win32.c Use a mutex on Windows to avoid a hang when accessing WinPCAP driver 2015-09-20 19:06:11 +00:00
intf.c Fix address detection on Solaris. Fixes #124 2015-05-23 13:22:29 +00:00
ip-cooked.c
ip-util.c
ip-win32.c
ip.c
ip6.c
Makefile.am
Makefile.in
memcmp.c
rand.c
route-bsd.c Only use RT_ROUNDUP on NetBSD 2014-09-08 20:50:51 +00:00
route-hpux.c Add metric to struct route_entry. 2013-02-01 05:01:56 +00:00
route-linux.c Add metric to struct route_entry. 2013-02-01 05:01:56 +00:00
route-none.c
route-win32.c Add metric to struct route_entry. 2013-02-01 05:01:56 +00:00
strlcat.c
strlcpy.c
strsep.c
tun-bsd.c
tun-linux.c
tun-none.c
tun-solaris.c