From e47d988e440d20c3d3a05ae0f59e3902906265c6 Mon Sep 17 00:00:00 2001 From: kroosec Date: Fri, 1 Jun 2012 10:46:27 +0000 Subject: [PATCH] Small typo in Packet:build_ip_packet documentation. --- nselib/packet.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nselib/packet.lua b/nselib/packet.lua index 0663a5d02..a9fd7342f 100644 --- a/nselib/packet.lua +++ b/nselib/packet.lua @@ -392,7 +392,7 @@ function Packet:set_icmpv6_option(opt_type,msg) return string.char(opt_type, (#msg+2)/8) .. msg end ---- Build an IPv6 packet. +--- Build an IPv4 packet. -- @param src 4-byte string of the source IP address. -- @param dst 4-byte string of the destination IP address. -- @param payload string containing the IP payload