diff --git a/osscan.h b/osscan.h index 9b6174d95..3c84c39a2 100644 --- a/osscan.h +++ b/osscan.h @@ -172,6 +172,9 @@ struct OS_Classification { classifications. */ struct FingerMatch { int line; /* For reference prints, the line # in nmap-os-db */ + /* For IPv6 matches, the number of fingerprints that contributed to this + * classification group */ + unsigned short numprints; char *OS_name; std::vector OS_class;