mirror of
https://github.com/nmap/nmap.git
synced 2025-12-06 04:31:29 +00:00
OS detection changes to improve timing/reliability, print fprint in more cases, etc. Also some tiny changes from Kris Katterjohn
This commit is contained in:
@@ -1447,9 +1447,9 @@ o.current_scantype = OS_SCAN;
|
||||
}
|
||||
#endif
|
||||
|
||||
if (o.debugging > 2) {
|
||||
if (o.verbose) {
|
||||
starttimems = o.TimeSinceStartMS();
|
||||
log_write(LOG_STDOUT|LOG_NORMAL|LOG_SKID, "Initiating OS Detection against %s at %.3fs\n", target->targetipstr(), starttimems / 1000.0);
|
||||
log_write(LOG_STDOUT|LOG_NORMAL|LOG_SKID, "Initiating gen1 OS Detection against %s at %.3fs\n", target->targetipstr(), starttimems / 1000.0);
|
||||
}
|
||||
|
||||
if (target->FPR1 == NULL)
|
||||
|
||||
Reference in New Issue
Block a user