mirror of
https://github.com/nmap/nmap.git
synced 2026-08-31 15:03:20 +00:00
Nmap 3.83DC13
This commit is contained in:
parent
0119681354
commit
7a85cf32dd
4 changed files with 14 additions and 13 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue