mirror of
https://github.com/nmap/nmap.git
synced 2025-12-27 09:59:04 +00:00
Doc typo.
This commit is contained in:
@@ -75,7 +75,7 @@ transport.build = function( payload )
|
||||
end
|
||||
|
||||
--- Extract the payload from a received SSH-2 packet.
|
||||
-- @param packet Peceived SSH-2 packet.
|
||||
-- @param packet Received SSH-2 packet.
|
||||
-- @return Payload of the SSH-2 packet.
|
||||
transport.payload = function( packet )
|
||||
local packet_length, padding_length, payload_length, payload, offset
|
||||
|
||||
Reference in New Issue
Block a user