1
0
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:
david
2009-07-17 01:02:57 +00:00
parent 5bd45a7642
commit d8925b3c11
4 changed files with 23 additions and 22 deletions

View File

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