mirror of
https://github.com/nmap/nmap.git
synced 2026-08-04 14:49:29 +00:00
Add explicit tags for stdnse.lua since it sets the environment
manually (it defines stdnse.module).
This commit is contained in:
parent
0a334c1237
commit
6140215e2d
1 changed files with 2 additions and 0 deletions
|
|
@ -3,6 +3,8 @@
|
|||
-- functions that are too small to justify modules of their own.
|
||||
--
|
||||
-- @copyright Same as Nmap--See http://nmap.org/book/man-legal.html
|
||||
-- @class module
|
||||
-- @name stdnse
|
||||
|
||||
local _G = require "_G"
|
||||
local math = require "math"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue