1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-29 10:59:02 +00:00

Mark stdnse.format_output as deprecated

This commit is contained in:
dmiller
2018-01-22 21:31:34 +00:00
parent 59f819f198
commit 62e667e2eb

View File

@@ -783,7 +783,11 @@ local function format_output_sub(status, data, indent)
return concat(output)
end
---Takes a table of output on the commandline and formats it for display to the
---This function is deprecated.
--
-- Please use structured NSE output instead: https://nmap.org/book/nse-api.html#nse-structured-output
--
-- Takes a table of output on the commandline and formats it for display to the
-- user.
--
-- This is basically done by converting an array of nested tables into a