mirror of
https://github.com/nmap/nmap.git
synced 2026-08-04 06:40:48 +00:00
Remove some dead gen-1 OS code.
This commit is contained in:
parent
071d313e7b
commit
c7017806cc
5 changed files with 14 additions and 70 deletions
3
Target.h
3
Target.h
|
|
@ -246,8 +246,7 @@ class Target {
|
|||
|
||||
struct seq_info seq;
|
||||
int distance;
|
||||
FingerPrintResults *FPR1; /* FP results get by the old OS scan system. */
|
||||
FingerPrintResults *FPR; /* FP results get by the new OS scan system. */
|
||||
FingerPrintResults *FPR; /* FP results get by the OS scan system. */
|
||||
PortList ports;
|
||||
|
||||
// unsigned int up;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue