1
0
mirror of https://github.com/nmap/nmap.git synced 2026-01-03 05:09:14 +00:00

Nmap 3.97Shmoo

This commit is contained in:
fyodor
2006-01-11 01:32:04 +00:00
parent ccce12128f
commit aaf6495447
17 changed files with 122 additions and 36 deletions

View File

@@ -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;