mirror of
https://github.com/nmap/nmap.git
synced 2025-12-28 10:29:03 +00:00
Change default output mode to show TTL info with --reason directly (no need of --reason -v). Also, remove TTL column and move TTL info to REASON column. See http://seclists.org/nmap-dev/2014/q3/289 for discussion on this
This commit is contained in:
@@ -346,7 +346,6 @@ 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