mirror of
https://github.com/nmap/nmap.git
synced 2026-08-04 06:40:48 +00:00
added 'require' for missing libraries
This commit is contained in:
parent
6da1b367a5
commit
bdad2689ab
1 changed files with 4 additions and 1 deletions
|
|
@ -47,7 +47,10 @@
|
|||
-- Created 07/25/2011 - v0.1 - created by Patrik Karlsson
|
||||
-- 02/12/2012 - v.02 - added support for EIGRP - Tom Sellers
|
||||
|
||||
require 'target'
|
||||
local bin = require 'bin'
|
||||
local target = require 'target'
|
||||
local tab = require 'tab'
|
||||
local packet = require 'packet'
|
||||
|
||||
Decoders = {
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue