From 6cdc29e49ce8f8cfb6d6dbfb6cdbf9a1ca21f0ab Mon Sep 17 00:00:00 2001 From: fyodor Date: Fri, 11 Jun 2010 23:15:28 +0000 Subject: [PATCH] note an ipv6 problem task --- todo/nmap.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/todo/nmap.txt b/todo/nmap.txt index 8da9e19b4..0b42ae65e 100644 --- a/todo/nmap.txt +++ b/todo/nmap.txt @@ -75,6 +75,9 @@ o Investigate why and whether we need mswin32/pcap-include/pcap-int.h. any signficiant difference--we might be able to just remove the PcapSetReadTimeout(). +o Fix the IPv6 name resolution problem described in this thread: + http://seclists.org/nmap-dev/2010/q2/787 + o [NSE] MSRPC - Improve domain support all around -- in particular, let the user give the domain in the format DOMAIN\username or username@DOMAIN anywhere that usernames are accepted. Suggested