mirror of
https://github.com/nmap/nmap.git
synced 2026-08-27 03:48:14 +00:00
getting closer to 4.20ALPHA9
This commit is contained in:
parent
25bbd2983d
commit
e4ee4d5e4c
13 changed files with 93 additions and 64 deletions
|
|
@ -1472,7 +1472,7 @@ o.current_scantype = OS_SCAN;
|
|||
|
||||
if (o.verbose) {
|
||||
starttimems = o.TimeSinceStartMS();
|
||||
log_write(LOG_STDOUT|LOG_NORMAL|LOG_SKID, "Initiating gen1 OS Detection against %s at %.3fs\n", target->targetipstr(), starttimems / 1000.0);
|
||||
log_write(LOG_STDOUT, "Initiating gen1 OS Detection against %s at %.3fs\n", target->targetipstr(), starttimems / 1000.0);
|
||||
}
|
||||
|
||||
if (target->FPR1 == NULL)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue