mirror of
https://github.com/nmap/nmap.git
synced 2026-08-27 03:48:14 +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:
parent
5bd45a7642
commit
d8925b3c11
4 changed files with 23 additions and 22 deletions
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue