From 5a66f5710a8e4ea9d381cae3a0a551a255b3c00e Mon Sep 17 00:00:00 2001 From: david Date: Fri, 8 Jun 2012 00:07:11 +0000 Subject: [PATCH] CHANGELOG for get_srcaddr fix. --- CHANGELOG | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG b/CHANGELOG index 978e7a1b4..22d3e9541 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,5 +1,11 @@ # Nmap Changelog ($Id$); -*-text-*- +o Fixed an error that occurred when scanning certain addresses like + 192.168.0.0 on Windows XP: + get_srcaddr: can't connect socket: The requested address is not valid in its context. + nexthost: failed to determine route to 10.80.0.0 + [David Fifield] + o [NSE] Changed http-brute so that it works against the root path ("/") by default rather than always requiring the http-brute.path script argument. [Fyodor]