1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-06 04:31:29 +00:00

161 Commits

Author SHA1 Message Date
kris
6014868986 Tiny patch; removing dup line in traceroute.cc 2007-04-20 16:08:41 +00:00
kris
bc9f545968 Fixing a hard-to-reproduce bug in Traceroute consolidation output where a possibly fully-consolidated host wasn't outputted correctly 2007-04-16 20:31:23 +00:00
kris
8d97612842 Remove test against memory returned by safe_zalloc() in TraceProbe::nameIP() in traceroute.cc. The safe_* memory functions never return NULL. 2007-04-13 16:28:13 +00:00
fyodor
6160feae55 merge Kris's traceroute fix (r4596) 2007-03-20 21:21:07 +00:00
kris
5469ab5f3b Change TRACEROUTE "header" (LOG_PLAIN) to say 'proto' instead of 'port' when we're using the IPProto Scan, or Ping Scan (using something other than TCP or UDP) 2007-03-19 22:34:16 +00:00
kris
e52e2c9f49 Bail out of Traceroute::trace() if no valid targets are available. If we were trying to traceroute a machine that's directly connected, the "Initiating"/"Completed" messages would still appear even though no tracing would be done. 2007-03-19 19:52:41 +00:00
kris
888af63431 Fixing a "bug" in Traceroute output. The ScanProgressMeter's endTask() was never called, which threw the output (stdout/XML etc) out of whack. This localizes the SPM stuff to Traceroute::trace(), and all is well :) 2007-03-18 00:37:33 +00:00
kris
3c28b165a9 Tiny patch. Just fixing capitalization in the traceroute.* "headers" (Traceroute.[cc|h] -> traceroute.[cc|h]) 2007-03-17 15:16:54 +00:00
fyodor
fa2f4720cd re-releasing ALPHA2 as ALPHA3 to fix a packaging problem 2007-03-16 07:47:14 +00:00
fyodor
799599279c traceroute finish() bugfix patch from Eddie 2007-03-15 22:44:01 +00:00
fyodor
149e6a3e96 check in traceroute.cc and traceroute.h 2007-03-15 17:59:35 +00:00