mirror of
https://github.com/nmap/nmap.git
synced 2026-08-03 22:29:06 +00:00
Also show the match index in debugging OS output.
This commit is contained in:
parent
379db8e206
commit
2daab6ceb2
1 changed files with 1 additions and 1 deletions
|
|
@ -950,7 +950,7 @@ static void classify(FingerPrintResultsIPv6 *FPR) {
|
|||
if (labels[i].prob >= 0.90 * labels[0].prob)
|
||||
FPR->num_perfect_matches = i + 1;
|
||||
if (o.debugging > 2)
|
||||
printf("%7.4f %s\n", FPR->accuracy[i] * 100, FPR->matches[i]->OS_name);
|
||||
printf("%7.4f %3u %s\n", FPR->accuracy[i] * 100, labels[i].label, FPR->matches[i]->OS_name);
|
||||
}
|
||||
if (FPR->num_perfect_matches == 0) {
|
||||
FPR->overall_results = OSSCAN_NOMATCHES;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue