1
0
mirror of https://github.com/nmap/nmap.git synced 2026-01-05 22:19:03 +00:00

added Eddie Bell's traceroute patch, with only minor changes

This commit is contained in:
fyodor
2007-03-13 08:02:19 +00:00
parent 68c94c5cfd
commit e882edf484
12 changed files with 238 additions and 22 deletions

View File

@@ -231,11 +231,11 @@ class Target {
int wierd_responses; /* echo responses from other addresses, Ie a network broadcast address */
unsigned int flags; /* HOST_UP, HOST_DOWN, HOST_FIREWALLED, HOST_BROADCAST (instead of HOST_BROADCAST use wierd_responses */
struct timeout_info to;
char *hostname; // Null if unable to resolve or unset
ScriptResults scriptResults;
private:
char *hostname; // Null if unable to resolve or unset
void Initialize();
void FreeInternal(); // Free memory allocated inside this object
// Creates a "presentation" formatted string out of the IPv4/IPv6 address