mirror of
https://github.com/nmap/nmap.git
synced 2026-08-04 14:49:29 +00:00
Bump up MAX_OS_CLASSIFICATIONS_PER_FP from 8 to 10.
This commit is contained in:
parent
bc3b9484e6
commit
dbb3452315
1 changed files with 1 additions and 1 deletions
|
|
@ -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];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue