1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-10 09:49:05 +00:00

Add missing requires.

This commit is contained in:
batrick
2012-05-29 18:34:34 +00:00
parent bdad2689ab
commit a04314beaa
3 changed files with 13 additions and 1 deletions

View File

@@ -1,3 +1,9 @@
local bin = require "bin"
local packet = require "packet"
local stdnse = require "stdnse"
local tab = require "tab"
local target = require "target"
--- The following file contains a list of decoders used by the
-- broadcast-listener script. A decoder can be either "ethernet" based or IP
-- based. As we're only monitoring broadcast traffic (ie. traffic not
@@ -681,4 +687,4 @@ Decoders = {
}
}
}
}