mirror of
https://github.com/nmap/nmap.git
synced 2025-12-22 23:49:03 +00:00
Move lpeg/utility.lua up a directory to fix installation issues
This commit is contained in:
@@ -3,7 +3,7 @@
|
|||||||
--
|
--
|
||||||
-- @copyright Same as Nmap--See http://nmap.org/book/man-legal.html
|
-- @copyright Same as Nmap--See http://nmap.org/book/man-legal.html
|
||||||
-- @class module
|
-- @class module
|
||||||
-- @name lpeg.utility
|
-- @name lpeg-utility
|
||||||
|
|
||||||
local assert = assert
|
local assert = assert
|
||||||
|
|
||||||
@@ -6,7 +6,7 @@ local stdnse = require "stdnse"
|
|||||||
local string = require "string"
|
local string = require "string"
|
||||||
local table = require "table"
|
local table = require "table"
|
||||||
local lpeg = require "lpeg"
|
local lpeg = require "lpeg"
|
||||||
local U = require "lpeg.utility"
|
local U = require "lpeg-utility"
|
||||||
|
|
||||||
description = [[
|
description = [[
|
||||||
Gets the time and configuration variables from an NTP server. We send two
|
Gets the time and configuration variables from an NTP server. We send two
|
||||||
|
|||||||
@@ -2,7 +2,7 @@ local comm = require "comm"
|
|||||||
local coroutine = require "coroutine"
|
local coroutine = require "coroutine"
|
||||||
local nmap = require "nmap"
|
local nmap = require "nmap"
|
||||||
local re = require "re"
|
local re = require "re"
|
||||||
local U = require "lpeg.utility"
|
local U = require "lpeg-utility"
|
||||||
local shortport = require "shortport"
|
local shortport = require "shortport"
|
||||||
local stdnse = require "stdnse"
|
local stdnse = require "stdnse"
|
||||||
local strbuf = require "strbuf"
|
local strbuf = require "strbuf"
|
||||||
|
|||||||
Reference in New Issue
Block a user