mirror of
https://github.com/nmap/nmap.git
synced 2026-02-11 16:06:33 +00:00
About to release 4.20SOC-ALPHA1
This commit is contained in:
4
Target.h
4
Target.h
@@ -215,7 +215,9 @@ class Target {
|
||||
const char *deviceFullName() { return *devfullname? devfullname : NULL; }
|
||||
|
||||
struct seq_info seq;
|
||||
FingerPrintResults *FPR;
|
||||
int distance;
|
||||
FingerPrintResults *FPR1; /* FP results get by the old OS scan system. */
|
||||
FingerPrintResults *FPR; /* FP results get by the new OS scan system. */
|
||||
int osscan_performed; /* nonzero if an osscan was performed */
|
||||
PortList ports;
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user