1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-06 04:31:29 +00:00

New option --discovery-ignore-rst. Closes #1616

This commit is contained in:
dmiller
2020-08-31 15:20:49 +00:00
parent 05ad57df21
commit 3d382bdf17
7 changed files with 36 additions and 4 deletions

View File

@@ -396,6 +396,7 @@ class NmapOps {
char *exclude_portlist; /* exclude-ports list specified by user */
nsock_proxychain proxy_chain;
bool discovery_ignore_rst; /* host discovery should not consider TCP RST packet responses as a live asset */
#ifndef NOLUA
bool script;