mirror of
https://github.com/nmap/nmap.git
synced 2025-12-13 19:29:04 +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
|
-- Created 07/25/2011 - v0.1 - created by Patrik Karlsson
|
||||||
-- 02/12/2012 - v.02 - added support for EIGRP - Tom Sellers
|
-- 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 = {
|
Decoders = {
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user