1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-06 04:31:29 +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

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