1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-15 12:19:02 +00:00
Files
nmap/libnetutil
david 18faddcc96 Fall back to using the interface address if get_srcaddr fails.
Since r24413, we have tried "connecting" a UDP socket and using
getsockname in order to infer our source address. This replaced previous
behavior of always using the interface address. However, this appears to
fail when scnning certain *.0 addresses on Windows XP. So fall back to
the old behavior.

http://seclists.org/nmap-dev/2012/q2/464
2012-06-07 23:59:09 +00:00
..