1
0
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:
patrik
2012-05-29 18:31:22 +00:00
parent 6da1b367a5
commit bdad2689ab

View File

@@ -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 = {