mirror of
https://github.com/nmap/nmap.git
synced 2025-12-29 02:49:01 +00:00
Remove unconditional debugging output from targets-ipv6-* scripts.
This commit is contained in:
@@ -112,8 +112,6 @@ action = function()
|
||||
end
|
||||
until pcap_timeout_count >= 2 or cur_time - start_time >= nse_timeout
|
||||
|
||||
stdnse.print_debug(0, "[Echo ping] Found %d targets.", found_targets)
|
||||
|
||||
dnet:ethernet_close()
|
||||
pcap:pcap_close()
|
||||
|
||||
|
||||
@@ -130,8 +130,6 @@ action = function()
|
||||
end
|
||||
until pcap_timeout_count >= 2 or cur_time - start_time >= nse_timeout
|
||||
|
||||
stdnse.print_debug(0, "[Invalid DSTOPTS] Found %d targets.", found_targets)
|
||||
|
||||
dnet:ethernet_close()
|
||||
pcap:pcap_close()
|
||||
|
||||
|
||||
@@ -171,8 +171,6 @@ action = function()
|
||||
end
|
||||
until pcap_timeout_count >= 2 or cur_time - start_time >= nse_timeout
|
||||
|
||||
stdnse.print_debug(0, "[SLAAC] Found %d targets.", found_targets)
|
||||
|
||||
dnet:ethernet_close()
|
||||
pcap:pcap_close()
|
||||
return true
|
||||
|
||||
Reference in New Issue
Block a user