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:
3
osscan.h
3
osscan.h
@@ -172,6 +172,9 @@ struct OS_Classification {
|
|||||||
classifications. */
|
classifications. */
|
||||||
struct FingerMatch {
|
struct FingerMatch {
|
||||||
int line; /* For reference prints, the line # in nmap-os-db */
|
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;
|
char *OS_name;
|
||||||
std::vector<OS_Classification> OS_class;
|
std::vector<OS_Classification> OS_class;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user