mirror of
https://github.com/nmap/nmap.git
synced 2026-08-04 14:49:29 +00:00
Doc typo.
This commit is contained in:
parent
a799d2714d
commit
e362a434f3
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue