From 7e92daea8c6f3c6c23b05cca688a1d9acc9f9839 Mon Sep 17 00:00:00 2001 From: fyodor Date: Tue, 11 Jun 2013 17:58:19 +0000 Subject: [PATCH] Minor prioritization w/David --- todo/nmap.txt | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/todo/nmap.txt b/todo/nmap.txt index 349aece9b..495784ecb 100644 --- a/todo/nmap.txt +++ b/todo/nmap.txt @@ -13,6 +13,14 @@ o Process Nmap IPv6 OS detection submissions o Update copyright year to 2013 in the Nmap copyright header files +o Nping in ICMP mode (default) must not be checking the icmp IDs or + returned packets or something, because if I have two separate 'nping + scanme.nmap.org' running at the same time, each nping sees the replies + from the other nping (as well as its own) and it screws up the timing + stats too. + +o Update CHANGELOG for new release + o New Nmap Release o Adopt an issue tracking system for Nmap and related tools. We @@ -56,12 +64,6 @@ o Move advanced IPv6 host discovery features from NSE into core Nmap. target specification and sees that it is local so can be multicast pinged. -o Nping in ICMP mode (default) must not be checking the icmp IDs or - returned packets or something, because if I have two separate 'nping - scanme.nmap.org' running at the same time, each nping sees the replies - from the other nping (as well as its own) and it screws up the timing - stats too. - o We should figure out why (at least with Nping) raw ethernet frame sends seem to be taking significantly longer than raw socket sends (e.g. using --send-ip or the OS-provided ping utility). This has