From 44c5c227d353463b4bbe56e2b57533f76ddbf88d Mon Sep 17 00:00:00 2001 From: david Date: Sat, 15 Sep 2012 15:06:15 +0000 Subject: [PATCH] Revert "Document dnet:ip_send to take a destination address." This reverts r29795. It's not finished yet. --- nselib/nmap.luadoc | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/nselib/nmap.luadoc b/nselib/nmap.luadoc index 65e856e34..4d9699b18 100644 --- a/nselib/nmap.luadoc +++ b/nselib/nmap.luadoc @@ -779,13 +779,9 @@ function ip_open() -- packet must begin with an IP header. If there was no previous valid call -- to ip_open an error is thrown. -- @param packet An IP packet to send. --- @param dst A destination address, as a host table or string. If omitted, the --- destination address is read from the packet; however this is deprecated, because --- the packet does not contain the scope ID required to send to certain IPv6 --- addresses. -- @see new_dnet --- @usage dnet:ip_send(packet, dst) -function ip_send(packet, dst) +-- @usage dnet:ip_send(packet) +function ip_send(packet) --- Closes a raw IPv4 socket. -- @see new_dnet, ip_open