mirror of
https://github.com/nmap/nmap.git
synced 2026-08-27 03:48:14 +00:00
Nmap 3.97Shmoo
This commit is contained in:
parent
ccce12128f
commit
aaf6495447
17 changed files with 122 additions and 36 deletions
|
|
@ -281,7 +281,11 @@ class NmapOps {
|
|||
FILE *logfd[LOG_TYPES];
|
||||
FILE *nmap_stdout; /* Nmap standard output */
|
||||
int ttl; // Time to live
|
||||
int badsum;
|
||||
char *datadir;
|
||||
bool mass_dns;
|
||||
int resolve_all;
|
||||
char *dns_servers;
|
||||
|
||||
// Statistics Options set in nmap.cc
|
||||
int numhosts_scanned;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue