1
0
mirror of https://github.com/nmap/nmap.git synced 2026-01-09 16:09:03 +00:00

Make dnet:ip_send able to send IPv6.

This commit is contained in:
david
2011-10-29 19:40:16 +00:00
parent 06b69fa9a3
commit fd556a76fe
2 changed files with 17 additions and 23 deletions

View File

@@ -1988,7 +1988,7 @@ socket:close()
<para>Once the dnet object is created, the function <function>ip_open</function>
can be called to initialize the object for IP sending. <function>ip_send</function>
sends the actual raw packet, which must start with the IPv4 header.
sends the actual raw packet, which must start with the IP header.
The dnet object places no restrictions on which IP hosts may be sent
to, so the same object may be used to send to many different hosts
while it is open. To close the raw socket, call <function>ip_close</function>.</para>