1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-25 17:09:02 +00:00

Some changes after discussion w/David

This commit is contained in:
fyodor
2009-10-28 00:06:45 +00:00
parent 1445ab46a9
commit 0bcdc60f85

View File

@@ -23,12 +23,10 @@ o Fix a bug in which Nmap can wrongly associate responses to SYN and
whether we can still reproduce that and, if so, what is going on
before "fixing" this issue.
o Improve Nmap output to show the forward DNS name when specified on
command line as well as rDNS where appropriate. We're also going to
reorganize output to enable some other improvements as well. See
the proposal at http://seclists.org/nmap-dev/2009/q3/814, and that
whole thread which starts at
http://seclists.org/nmap-dev/2009/q3/805 [David].
o Change Nmap to not show the "Host not scanned" lines in list scan
o Change Nmap to show latency in "host is up" lines even w/o verbose
mode.
o Potential OS X 10.6 problems. There are two issues reported by the
same user which may be related:
@@ -50,9 +48,6 @@ o Upgrade to latest version of NSIS on Nmap Win build system [Fyodor].
o Standardize on a proper file header for the Zenmap source code.
o Update our included Libpcap from 0.9.7 to 1.0.0
(http://www.tcpdump.org/) [David]
o Integrate latest OS fingerprint submissions and corrections. This
was last done based on submissions up to May 8, 2009.
@@ -664,6 +659,16 @@ o random tip database
DONE:
o Update our included Libpcap from 0.9.7 to 1.0.0
(http://www.tcpdump.org/) [David]
o Improve Nmap output to show the forward DNS name when specified on
command line as well as rDNS where appropriate. We're also going to
reorganize output to enable some other improvements as well. See
the proposal at http://seclists.org/nmap-dev/2009/q3/814, and that
whole thread which starts at
http://seclists.org/nmap-dev/2009/q3/805 [David].
o [Zenmap] Solve some unusual utf8 Zenmap crashes reported in the
crash reporter. David has fixed some of them so far, but there are a
few more remaining that may be related. [David]