mirror of
https://github.com/nmap/nmap.git
synced 2026-01-26 08:09:07 +00:00
Add a constructor for FingerPrint.
This commit is contained in:
@@ -180,6 +180,7 @@ struct FingerPrint {
|
||||
std::vector<OS_Classification> OS_class;
|
||||
std::vector<FingerTest> tests;
|
||||
const FingerTest *gettestbyname(const char *name) const;
|
||||
FingerPrint();
|
||||
};
|
||||
|
||||
/* This structure contains the important data from the fingerprint
|
||||
|
||||
Reference in New Issue
Block a user