1
0
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:
fyodor
2006-06-25 02:02:14 +00:00
parent 05a5be9af8
commit 56384d8770
22 changed files with 436 additions and 203 deletions

View File

@@ -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;
/*