1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-09 06:01:28 +00:00

starting to make major updates to nmap-os-db, various fixes to the related tools

This commit is contained in:
fyodor
2006-09-12 10:46:50 +00:00
parent 6dedc52a1d
commit 02aaa51e19
3 changed files with 317 additions and 13 deletions

View File

@@ -143,7 +143,7 @@ int main(int argc, char *argv[]) {
if (!testFP) fatal("Sorry -- failed to parse the so-called fingerprint you entered");
if ((rc = remove_duplicate_tests(testFP))) {
printf("[WARN] Adjusted fingerprint due to %d duplicated tests (we only look at the first).\n", rc);
printf("[WARN] Adjusted fingerprint due to %d duplicated tests (we only look at the one with the most attributes).\n", rc);
}
/* Now we find the matches! */