mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 15:39:33 +00:00
Implemented JobQueue
This commit is contained in:
parent
8a97f69c27
commit
f794a804af
8 changed files with 287 additions and 4 deletions
|
|
@ -1043,9 +1043,9 @@ end
|
|||
function vs_utils.scan_host(scan_type, host, ports, scan_id)
|
||||
if debug_print then
|
||||
if (ports ~= nil) then
|
||||
traceError(TRACE_NORMAL,TRACE_CONSOLE,"Scanning Host ".. host .. " on Ports: " .. ports .. "\n")
|
||||
traceError(TRACE_NORMAL,TRACE_CONSOLE, "Scanning Host ".. host .. " on Ports: " .. ports .. "\n")
|
||||
else
|
||||
traceError(TRACE_NORMAL,TRACE_CONSOLE,"Scanning Host ".. host.."\n")
|
||||
traceError(TRACE_NORMAL,TRACE_CONSOLE, "Scanning Host ".. host.."\n")
|
||||
end
|
||||
end
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue