From e2a6682a55fe5a19e074f8e7ea9cd65197dc4db2 Mon Sep 17 00:00:00 2001 From: david Date: Sat, 15 Sep 2012 07:26:38 +0000 Subject: [PATCH] todo typo. --- todo/nmap.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/todo/nmap.txt b/todo/nmap.txt index 8e635ed65..e9eafa699 100644 --- a/todo/nmap.txt +++ b/todo/nmap.txt @@ -143,7 +143,7 @@ o Consider including OpenSSL in our Nmap tarball o NSE WORK (note that this is mostly infrastructure because script ideas are generally put on the script ideas page instead: https://secwiki.org/w/Nmap_Script_Ideas) - o Change the interface of nmap.send_ip to take an explicit + o Change the interface of nmap.ip_send to take an explicit destination address. It currently extracts the destination from the packet buffer, which does not have enough information to reconstruct link-local addresses. See r26621 for a similar change