mirror of
https://github.com/nmap/nmap.git
synced 2026-05-13 16:57:06 +00:00
Add a data member for number of prints in a group
This commit is contained in:
parent
74c139be73
commit
2b3d9fd550
1 changed files with 3 additions and 0 deletions
3
osscan.h
3
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_Classification> OS_class;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue