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

Bump up MAX_OS_CLASSIFICATIONS_PER_FP from 8 to 10.

This commit is contained in:
david
2008-07-15 20:07:25 +00:00
parent bc3b9484e6
commit dbb3452315

View File

@@ -176,7 +176,7 @@ struct OS_Classification {
char *Device_Type;
};
#define MAX_OS_CLASSIFICATIONS_PER_FP 8
#define MAX_OS_CLASSIFICATIONS_PER_FP 10
typedef struct FingerTest {
char *OS_name;
struct OS_Classification OS_class[MAX_OS_CLASSIFICATIONS_PER_FP];