1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-15 04:09:01 +00:00

Commit CHANGELOG entry for r9056 (don't show byte rates during TCP connect

scan).
This commit is contained in:
david
2008-07-23 22:24:01 +00:00
parent 625d88293e
commit ef0ee2fc39

View File

@@ -75,6 +75,13 @@ o The file selector in Zenmap now remembers what directory it was last
o Zenmap defaults to showing files matching both *.xml and *.usr in the
file selector. Previously it only showed those matching *.usr.
o Nmap avoids printing the sending rate in bytes per second during a TCP
connect scan. Because the number of bytes per probe is not known, it used to
print
Current sending rates: 11248.85 packets / s, 0.00 bytes / s.
Now it will print simply
Current sending rates: 11248.85 packets / s.
Nmap 4.68 [2008-6-28]
o Doug integrated all of your version detection submissions and