1
0
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:
jay
2014-07-22 01:55:04 +00:00
parent f85416b75a
commit d70f5b364a
4 changed files with 16 additions and 0 deletions

View File

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