From 6d0e34ad7b1c30a61e0cb6f41cf52e7de539ea5c Mon Sep 17 00:00:00 2001 From: david Date: Sat, 15 Sep 2012 07:27:27 +0000 Subject: [PATCH] nmap.ip_send is for both IPv4 and IPv6. --- nselib/nmap.luadoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nselib/nmap.luadoc b/nselib/nmap.luadoc index c2f556a8a..4d9699b18 100644 --- a/nselib/nmap.luadoc +++ b/nselib/nmap.luadoc @@ -773,7 +773,7 @@ function ethernet_close() -- @usage dnet:ip_open() function ip_open() ---- Sends a raw IPv4 packet. +--- Sends a raw IPv4 or IPv6 packet. -- -- The dnet object must be associated with a previously opened socket. The -- packet must begin with an IP header. If there was no previous valid call