mirror of
https://github.com/nmap/nmap.git
synced 2025-12-10 09:49:05 +00:00
Rename the o.pingscan variable to o.noportscan to reflect its true
purpose. Make o.listscan imply o.noportscan to simplify some conditions.
This commit is contained in:
@@ -280,7 +280,6 @@ class NmapOps {
|
||||
int servicescan;
|
||||
int pingtype;
|
||||
int listscan;
|
||||
int pingscan;
|
||||
int allowall;
|
||||
int fragscan; /* 0 or MTU (without IPv4 header size) */
|
||||
int ackscan;
|
||||
@@ -299,6 +298,7 @@ class NmapOps {
|
||||
int windowscan;
|
||||
int xmasscan;
|
||||
int noresolve;
|
||||
int noportscan;
|
||||
int append_output; /* Append to any output files rather than overwrite */
|
||||
FILE *logfd[LOG_NUM_FILES];
|
||||
FILE *nmap_stdout; /* Nmap standard output */
|
||||
|
||||
Reference in New Issue
Block a user