1
0
mirror of https://github.com/nmap/nmap.git synced 2026-01-20 13:19:01 +00:00

Add a spinning progress throbber to Zenmap that animates while a scan is

running.
This commit is contained in:
david
2009-05-06 20:32:30 +00:00
parent b32881993a
commit 5a522c647f

View File

@@ -1,5 +1,9 @@
# Nmap Changelog ($Id$); -*-text-*-
o [Zenmap] There is now a little indicator that animates while a scan
is running, to provide some reassurance for thos long-running scans.
[David]
o [Ncat] When using --send-only, Ncat will now close the network
connection and terminate after receiving EOF on standard input.
[Daniel Roethlisberger]