mirror of
https://github.com/nmap/nmap.git
synced 2025-12-06 04:31:29 +00:00
NSEdoc cleanup.
1. The first paragraph of a function's NSEdoc is used as a short summary. Some of these were very long, so I split off a shorter summary. 2. Use asterisks (*) to denote bulletted lists, not 'o' 3. Wrap lines at 80 columns 4. a couple other spelling and formatting fixes
This commit is contained in:
@@ -1414,6 +1414,7 @@ end
|
||||
|
||||
---
|
||||
-- Adds an client-subnet payload to the OPT packet
|
||||
--
|
||||
-- implementing http://tools.ietf.org/html/draft-vandergaast-edns-client-subnet-00
|
||||
-- @param pkt Table representing DNS packet.
|
||||
-- @param Z Table of Z flags. Only DO is supported.
|
||||
@@ -1441,8 +1442,10 @@ function addNSID (pkt,Z)
|
||||
end
|
||||
|
||||
---
|
||||
-- Adds an OPT RR to a DNS packet's additional section. Only the table of Z
|
||||
-- flags is supported (i.e., not RDATA). See RFC 2671 section 4.3.
|
||||
-- Adds an OPT RR to a DNS packet's additional section.
|
||||
--
|
||||
-- Only the table of Z flags is supported (i.e., not RDATA). See RFC 2671
|
||||
-- section 4.3.
|
||||
-- @param pkt Table representing DNS packet.
|
||||
-- @param Z Table of Z flags. Only DO is supported.
|
||||
function addOPT(pkt, Z, opt)
|
||||
|
||||
Reference in New Issue
Block a user