1
0
mirror of https://github.com/nmap/nmap.git synced 2026-01-04 13:49:03 +00:00

Give dns.lua default module name like the others if absent

This commit is contained in:
kris
2008-09-05 18:59:31 +00:00
parent dd1e76c2a7
commit 0399bc71c5

View File

@@ -1,4 +1,4 @@
module(...,package.seeall)
module(... or "dns", package.seeall)
-- simple DNS library
-- packet creation, encoding, decoding, querying