mirror of
https://github.com/nmap/nmap.git
synced 2025-12-16 04:39:03 +00:00
Small typo in Packet:build_ip_packet documentation.
This commit is contained in:
@@ -392,7 +392,7 @@ function Packet:set_icmpv6_option(opt_type,msg)
|
||||
return string.char(opt_type, (#msg+2)/8) .. msg
|
||||
end
|
||||
|
||||
--- Build an IPv6 packet.
|
||||
--- Build an IPv4 packet.
|
||||
-- @param src 4-byte string of the source IP address.
|
||||
-- @param dst 4-byte string of the destination IP address.
|
||||
-- @param payload string containing the IP payload
|
||||
|
||||
Reference in New Issue
Block a user