mirror of
https://github.com/nmap/nmap.git
synced 2026-08-03 22:29:06 +00:00
getting closer to 4.20ALPHA9
This commit is contained in:
parent
25bbd2983d
commit
e4ee4d5e4c
13 changed files with 93 additions and 64 deletions
|
|
@ -167,6 +167,8 @@ class NmapOps {
|
|||
// setPacketTrace(false) has been called
|
||||
void setPacketTrace(bool pt) { pTrace = pt; }
|
||||
void setVersionTrace(bool vt) { vTrace = vt; }
|
||||
bool openOnly() { return open_only; }
|
||||
void setOpenOnly(bool oo) { open_only = oo; }
|
||||
int verbose;
|
||||
int randomize_hosts;
|
||||
int spoofsource; /* -S used */
|
||||
|
|
@ -242,6 +244,7 @@ class NmapOps {
|
|||
unsigned long host_timeout;
|
||||
/* Delay between probes, in milliseconds */
|
||||
unsigned int scan_delay;
|
||||
bool open_only;
|
||||
|
||||
int scanflags; /* if not -1, this value should dictate the TCP flags
|
||||
for the core portscaning routine (eg to change a
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue