1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-06 04:31:29 +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:
jay
2014-08-15 14:07:25 +00:00
parent 8d5ec9e310
commit 05772dd1e5
4 changed files with 15 additions and 19 deletions

View File

@@ -366,7 +366,6 @@ class NmapOps {
bool traceroute;
bool reason;
bool show_ttl;
bool adler32;
FILE *excludefd;
char *exclude_spec;