mirror of
https://github.com/nmap/nmap.git
synced 2026-08-04 06:40:48 +00:00
Fix a typo in scripting.xml: newsocket -> new_socket.
This commit is contained in:
parent
49843daf56
commit
2f627728a5
1 changed files with 1 additions and 1 deletions
|
|
@ -1204,7 +1204,7 @@ socket:close()
|
|||
kept, the more scripts may receive the packet and proceed with
|
||||
their execution. To use the packet capturing inside your
|
||||
script you have to create a socket with
|
||||
<function>nmap.newsocket()</function> and later close the socket
|
||||
<function>nmap.new_socket()</function> and later close the socket
|
||||
with <function>socket_object:close()</function>—just like
|
||||
with the connection-based network I/O.</para>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue