1
0
mirror of https://github.com/nmap/nmap.git synced 2026-01-28 00:59:04 +00:00

o [Ncat] Ncat in listen mode now prints the source port with the IP

address when verbosity is turned on. This patch is from rebellis.
This commit is contained in:
david
2010-05-11 19:58:03 +00:00
parent f41a94622a
commit 8d40939ac8

View File

@@ -1,5 +1,8 @@
# Nmap Changelog ($Id$); -*-text-*-
o [Ncat] Ncat in listen mode now prints the source port with the IP
address when verbosity is turned on. This patch is from rebellis.
o Fixed where the time variable used in port scanning for comparison
to other times (for probe timeouts, etc) could result in different
behavior based on the debugging level. [Kris]