mirror of
https://github.com/nmap/nmap.git
synced 2026-01-24 15:19:03 +00:00
Fix a typo in scripting.xml: newsocket -> new_socket.
This commit is contained in:
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user