1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-09 22:21:29 +00:00

Nmap 3.83DC13

This commit is contained in:
fyodor
2005-07-28 07:04:22 +00:00
parent 0119681354
commit 7a85cf32dd
4 changed files with 14 additions and 13 deletions

View File

@@ -3183,7 +3183,7 @@ void ultra_scan(vector<Target *> &Targets, struct scan_lists *ports,
scantype2str(scantype),
TIMEVAL_MSEC_SUBTRACT(USI->now, USI->SPM->begin) / 1000.0,
(unsigned long) USI->gstats->numprobes * Targets.size(),
(scantype == ARP_SCAN)? "hosts" : "ports");
(scantype == PING_SCAN_ARP)? "hosts" : "ports");
else log_write(LOG_STDOUT, "Finished %s in %.2fs, but %d %s timed out.\n",
scantype2str(scantype),
TIMEVAL_MSEC_SUBTRACT(USI->now, USI->SPM->begin) / 1000.0,