1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-21 15:09:02 +00:00

Fixed all the modules to give a default name if absent.

Also necessary for the documentation system to know the name
of the module.
This commit is contained in:
batrick
2008-08-16 04:20:15 +00:00
parent e401cb4a00
commit 462c289f4a
15 changed files with 15 additions and 15 deletions

View File

@@ -1,5 +1,5 @@
-- license = "See nmaps COPYING for license"
module("packet" ,package.seeall)
module(... or "packet" ,package.seeall)
-- Raw package parsing functions. Used with raw sockets
-- in nse.