mirror of
https://github.com/nmap/nmap.git
synced 2025-12-06 04:31:29 +00:00
Bump up MAX_OS_CLASSIFICATIONS_PER_FP from 8 to 10.
This commit is contained in:
@@ -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];
|
||||
|
||||
Reference in New Issue
Block a user