diff options
Diffstat (limited to 'windows/src')
-rw-r--r-- | windows/src/ndpi_define.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/windows/src/ndpi_define.h b/windows/src/ndpi_define.h index 1e16e2117..f03f41cb5 100644 --- a/windows/src/ndpi_define.h +++ b/windows/src/ndpi_define.h @@ -152,6 +152,7 @@ #define ndpi_min(a,b) ((a < b) ? a : b) #define ndpi_max(a,b) ((a > b) ? a : b) +#define NDPI_NUM_DEFAULT_ROOT_NODES 512 #define NDPI_IPSEC_PROTOCOL_ESP 50 #define NDPI_IPSEC_PROTOCOL_AH 51 |