From f98479160d6072244ae75105a2aa0597f733bc25 Mon Sep 17 00:00:00 2001 From: fyodor Date: Wed, 12 Sep 2012 07:18:06 +0000 Subject: [PATCH] Add a minor Nping bugfix to allow -c values higher than 4 billion and make -c 0 not stop at 4 billion --- todo/nmap.txt | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/todo/nmap.txt b/todo/nmap.txt index 2d61b8f76..a23b33dd4 100644 --- a/todo/nmap.txt +++ b/todo/nmap.txt @@ -180,6 +180,11 @@ o Install some sort of svnview webapp for svn.nmap.org which is o Process Nmap survey and send out results [Fyodor] +o Nping (we think) will stop after 2^32 rounds even when "-c 0" is + given. We should probably make this a 64-bit integrer so that "-c + 0" will go essentially forever and so that users can give values + higher than 4 billion. + o Add CPE entries to the service detection DB entries which don't yet have them.