diff --git a/todo/nping.txt b/todo/nping.txt index 1e1d29b5d..dc58439cc 100644 --- a/todo/nping.txt +++ b/todo/nping.txt @@ -54,13 +54,8 @@ * Fix Windows rtt values. Right now Nsock does not seem to be giving the callback at the proper time, or something. -* Set up automatic conversion from nping XML man page to HTML for - http://nmap.org/nping/man.html [Fyodor working on this] - * Stats for ARP packets. -* Include signature files in new releases. [Requested by Henri Salo] - * Do more testing on Mac OS & MS Windows. * Make privileged and unprivileged TCP/UDP mode specification consistent. @@ -119,10 +114,6 @@ * Support pre defined probe rates: --fast, --faster, --flood, --slow, --slower, --paranoid... -* Do small fix in nmap's send_ip_packet_sd() - - res = Sendto("send_ip_packet", sd, packet, packetlen, 0, - + res = Sendto("send_ip_packet_sd", sd, packet, packetlen, 0, - * Consider using David's proto-dependant payloads for UDP packets. According to his tests, better results are obtained when sending UDP probes with a payload specific to the protocol. @@ -192,12 +183,14 @@ <> -* It would be nice to have Bzip2 packages. [Requested by Henri Salo] - * Think about --establish feature, which uses raw packets to establish a connection and can then send data on the connected stream (Luis already has a proof-of-concept implementation). +* In the Nping code cleanup phase, apart from focusing in common.cc and + common_modified.cc, keep in mind that we may want to share David's UDP + payload code between Nping and Nmap. + /***************************************************************************** * Things that have been solved already * *****************************************************************************/ @@ -380,3 +373,15 @@ with installer building). [DONE] Move nping to /nping in SVN rather than being in nmap-exp + +[DONE] Set up automatic conversion from nping XML man page to HTML for + http://nmap.org/nping/man.html [Fyodor working on this] + +[DONE] Include signature files in new releases. [Requested by Henri Salo] +[DONE] It would be nice to have Bzip2 packages. [Requested by Henri Salo] + (These last two don't make sense anymore as Nping is now distributed + with Nmap). + +[DONE] Do small fix in nmap's send_ip_packet_sd() + - res = Sendto("send_ip_packet", sd, packet, packetlen, 0, + + res = Sendto("send_ip_packet_sd", sd, packet, packetlen, 0,