mirror of
https://github.com/nmap/nmap.git
synced 2026-01-05 22:19:03 +00:00
Don't use empty parentheses when referring to functions by name in NSE
documentation.
This commit is contained in:
@@ -462,7 +462,7 @@ end
|
||||
--
|
||||
-- Caution: doesn't encode answer, authority and additional part.
|
||||
-- @param pkt Table representing DNS packet, initialized by
|
||||
-- <code>newPacket()</code>.
|
||||
-- <code>newPacket</code>.
|
||||
-- @return Encoded DNS packet.
|
||||
function encode(pkt)
|
||||
if type(pkt) ~= "table" then return nil end
|
||||
|
||||
Reference in New Issue
Block a user