mirror of
https://github.com/nmap/nmap.git
synced 2026-01-30 01:59:02 +00:00
Show TTL in default output if "--reason -v" is asked for.
This commit is contained in:
@@ -347,6 +347,7 @@ void NmapOps::Initialize() {
|
||||
gettimeofday(&start_time, NULL);
|
||||
pTrace = vTrace = false;
|
||||
reason = false;
|
||||
show_ttl = false;
|
||||
adler32 = false;
|
||||
if (datadir) free(datadir);
|
||||
datadir = NULL;
|
||||
|
||||
Reference in New Issue
Block a user