Nmap Development mailing list archives

Re: Nmap 6.01 not working on Windows 7


From: David Fifield <david () bamsoftware com>
Date: Mon, 10 Sep 2012 13:43:11 -0700

On Mon, Jul 09, 2012 at 02:37:42PM +0100, Djalal Harouni wrote:
BTW from a quick look the function
libdnet-stripped/src/route-win32.c:route_loop_getipforwardtable() seems
bugy ? it can't handle IPv6, see 'entry.route_gw.addr_ip' and
'entry.route_dst.addr_ip' only IPv4. Ok if this is confirmed then this
needs another mail.

route_loop_getipforwardtable is used only on platforms that don't
support GetIpForwardTable2, which supports IPv6. See below in
route_loop:

        if (GetIpForwardTable2 == NULL)
                return route_loop_getipforwardtable(r, callback, arg);
        else
                return route_loop_getipforwardtable2(GetIpForwardTable2, r, callback, arg);

David Fifield
_______________________________________________
Sent through the nmap-dev mailing list
http://cgi.insecure.org/mailman/listinfo/nmap-dev
Archived at http://seclists.org/nmap-dev/


Current thread: