mirror of
https://github.com/nmap/nmap.git
synced 2026-08-03 22:29:06 +00:00
Fix spelling in some comments.
By Matt Selsky. http://seclists.org/nmap-dev/2013/q1/34
This commit is contained in:
parent
76d4889eea
commit
906a94e600
2 changed files with 3 additions and 3 deletions
|
|
@ -32,7 +32,7 @@ end
|
|||
|
||||
action = function(host, port)
|
||||
-- make sure we get at least one more packet after the JDWP-Handshake
|
||||
-- response even if there is some delay; the handshake resonse has 14
|
||||
-- response even if there is some delay; the handshake response has 14
|
||||
-- bytes, so wait for 18 bytes here.
|
||||
local status, result = comm.exchange(host, port, "JDWP-Handshake\0\0\0\11\0\0\0\1\0\1\1", {proto="tcp", bytes=18})
|
||||
if (not status) then
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue