1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-10 09:49:05 +00:00

todo typo.

This commit is contained in:
david
2012-09-15 07:26:38 +00:00
parent bc197f1877
commit e2a6682a55

View File

@@ -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