mirror of
https://github.com/nmap/nmap.git
synced 2026-08-04 06:40:48 +00:00
Enable IPv6 OS results by default.
This commit is contained in:
parent
d749de55b1
commit
6b2c828da9
3 changed files with 1 additions and 10 deletions
|
|
@ -352,11 +352,6 @@ class NmapOps {
|
|||
bool noninteractive;
|
||||
|
||||
bool release_memory; /* suggest to release memory before quitting. used to find memory leaks. */
|
||||
|
||||
/* This is a temporary option that disables the printing of IPv6 OS results,
|
||||
to allow collection of more fingerprints. */
|
||||
bool disable_ipv6_os_results;
|
||||
|
||||
private:
|
||||
int max_os_tries;
|
||||
int max_rtt_timeout;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue