1
0
mirror of https://github.com/nmap/nmap.git synced 2026-02-09 15:06:35 +00:00

Note that order of -6 and -A shouldn't matter (only meaningful for David's IPv6 branch because current trunk doesn't support -A with -6 in any case

This commit is contained in:
fyodor
2011-05-27 19:22:48 +00:00
parent a82947eecf
commit 88e585e0bf

View File

@@ -79,7 +79,9 @@ o Summer of Code feature creeper:
Nmap TODO item).
o Nmap should defer address parsing in arguments until it has read
through all the args. Otherwise you get an error if you use like -S
with an IPv6 address before you put -6 in the command line.
with an IPv6 address before you put -6 in the command line. You
get a similar problem (on David's IPv6 branch) if you do "-A -6"
(but "-6 -A works properly).
o [Nsock] Some SSL connections that used to work now fail; find out
why. http://seclists.org/nmap-dev/2010/q4/788. Narrowed down to