1
0
mirror of https://github.com/nmap/nmap.git synced 2026-01-28 17:19:05 +00:00

Fix NSEDoc.

This commit is contained in:
david
2010-03-31 20:28:14 +00:00
parent 4d034b36d2
commit 5fa554266b
26 changed files with 41 additions and 50 deletions

View File

@@ -435,7 +435,7 @@ actions[61] = {name="Client Identifier (client)", func=read_string,
--@param overrides [optional] A table of overrides. If a field in the table matches a field in the DHCP
-- packet (see rfc2131 section 2 for a list of possible fields. Or, just look at the
-- code.
--@param leasetime [optional] The lease time for which to request an IP. Default: 1 second.
--@param lease_time [optional] The lease time for which to request an IP. Default: 1 second.
--@return The packet, as a string. It should be sent to the server on UDP/67.
local function dhcp_build(request_type, ip_address, mac_address, request_options, overrides, lease_time)
local packet = ''