mirror of
https://github.com/nmap/nmap.git
synced 2026-02-13 17:06:34 +00:00
Note some done tasks
This commit is contained in:
@@ -24,26 +24,12 @@ 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/Nmap should probably show ICMP ping sequence values by default
|
||||
in packet trace mode. This would be nice for Nping since that is
|
||||
the default ping it sends and is the main way to distinguish the
|
||||
packets since the IPIDs are the same.
|
||||
|
||||
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 [Nping] In '-q' mode, Nping should keep the line giving the min/max/avg rtt
|
||||
times. That way people can avoid seeing each individual packet but
|
||||
still see the stats which are similar to what normal ping gives
|
||||
them.
|
||||
|
||||
o [Nping] Remove the lines starting with 'Tx time' and 'Rx time' by
|
||||
default (and of course quieter modes), but leave them for cases at
|
||||
least one level of -v.
|
||||
|
||||
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
|
||||
@@ -690,6 +676,20 @@ o random tip database
|
||||
|
||||
DONE:
|
||||
|
||||
o [Nping] In '-q' mode, Nping should keep the line giving the min/max/avg rtt
|
||||
times. That way people can avoid seeing each individual packet but
|
||||
still see the stats which are similar to what normal ping gives
|
||||
them.
|
||||
|
||||
o [Nping] Remove the lines starting with 'Tx time' and 'Rx time' by
|
||||
default (and of course quieter modes), but leave them for cases at
|
||||
least one level of -v.
|
||||
|
||||
o Nping/Nmap should probably show ICMP ping sequence values by default
|
||||
in packet trace mode. This would be nice for Nping since that is
|
||||
the default ping it sends and is the main way to distinguish the
|
||||
packets since the IPIDs are the same.
|
||||
|
||||
o Complete migration away from Syn colocated machine
|
||||
- [Done - actually was already on web] Move submission CGIs to web
|
||||
- Make sure notification still works
|
||||
|
||||
Reference in New Issue
Block a user