1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-06 04:31:29 +00:00

Add a data member for number of prints in a group

This commit is contained in:
dmiller
2016-09-30 04:15:44 +00:00
parent 74c139be73
commit 2b3d9fd550

View File

@@ -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_Classification> OS_class;