aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorLuca Deri <deri@ntop.org>2024-10-08 08:25:33 +0200
committerLuca Deri <deri@ntop.org>2024-10-08 08:25:33 +0200
commit0f42e7ee2b423f5d0d018fc55a536d010205ea15 (patch)
treead3a575c75880ed96209401ddab9f85a2a9e1c08 /src
parent55fa92490af593358a0b13ad1708ee9b14eec128 (diff)
Added missing #define
Diffstat (limited to 'src')
-rw-r--r--src/include/ndpi_define.h.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/include/ndpi_define.h.in b/src/include/ndpi_define.h.in
index 02ffe057b..f5468e822 100644
--- a/src/include/ndpi_define.h.in
+++ b/src/include/ndpi_define.h.in
@@ -153,6 +153,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