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

IPv6 hop limit feature for OS detection, patch by Alexandru Geana

This commit is contained in:
dmiller
2015-04-07 17:12:55 +00:00
parent 3c3d3bc55a
commit d17ec63ba5
6 changed files with 947 additions and 851 deletions

View File

@@ -151,16 +151,6 @@ enum osscan_flags {
OS_NOTPERF=0, OS_PERF, OS_PERF_UNREL
};
/* The method used to calculate the Target::distance, included in OS
fingerprints. */
enum dist_calc_method {
DIST_METHOD_NONE,
DIST_METHOD_LOCALHOST,
DIST_METHOD_DIRECT,
DIST_METHOD_ICMP,
DIST_METHOD_TRACEROUTE
};
struct host_timeout_nfo {
unsigned long msecs_used; /* How many msecs has this Target used? */
bool toclock_running; /* Is the clock running right now? */