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

Move FP_NOVELTY_THRESHOLD to FPEngine.h.

This commit is contained in:
david
2012-01-17 20:33:21 +00:00
parent 4b3bfeb7d9
commit d47ae571c0
2 changed files with 6 additions and 4 deletions

View File

@@ -122,6 +122,10 @@ class FingerPrintResultsIPv6;
/* Total number of IPv6 OS detection probes. */
#define NUM_FP_PROBES_IPv6 (NUM_FP_PROBES_IPv6_TCP+NUM_FP_PROBES_IPv6_ICMPv6+NUM_FP_PROBES_IPv6_UDP)
/* Even with a successful classification, we may not consider a match good if it
is too different from other members of the class. */
#define FP_NOVELTY_THRESHOLD 10.0
const unsigned int OSDETECT_FLOW_LABEL = 0x12345;