1
0
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:
david
2011-09-02 04:11:05 +00:00
parent 8d715c7a48
commit c497fb37a7
3 changed files with 0 additions and 6 deletions

View File

@@ -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()

View File

@@ -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()

View File

@@ -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