1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-15 20:29:03 +00:00

New tableaux library containing table auxiliary functions.

This commit is contained in:
dmiller
2018-10-17 15:34:30 +00:00
parent c76424deb7
commit dcc0e3ed7e
43 changed files with 203 additions and 238 deletions

View File

@@ -1,6 +1,7 @@
local http = require "http"
local ipOps = require "ipOps"
local table = require "table"
local tableaux = require "table"
local shortport = require "shortport"
local stdnse = require "stdnse"
@@ -108,7 +109,7 @@ local function getIPs(body)
end
end
end
return stdnse.keys(result)
return tableaux.keys(result)
end
-- a function to test the PROPFIND method.