mirror of
https://github.com/nmap/nmap.git
synced 2025-12-10 09:49:05 +00:00
added 'require' for missing libraries
This commit is contained in:
@@ -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 = {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user