mirror of
https://github.com/nmap/nmap.git
synced 2026-08-04 06:40:48 +00:00
Add a minor Nping bugfix to allow -c values higher than 4 billion and make -c 0 not stop at 4 billion
This commit is contained in:
parent
2c6b5e7d24
commit
f98479160d
1 changed files with 5 additions and 0 deletions
|
|
@ -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.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue