aboutsummaryrefslogtreecommitdiff
path: root/example/ndpi_util.h
diff options
context:
space:
mode:
authorLuca Deri <lucaderi@users.noreply.github.com>2017-05-01 19:36:49 +0200
committerGitHub <noreply@github.com>2017-05-01 19:36:49 +0200
commit92d19ae2edfaaba0460d9cc798144b2ca0e4c162 (patch)
tree84ef677847e37f40309613f3418c79c67162db66 /example/ndpi_util.h
parent064b50df819918734062294984e529bd62bd594c (diff)
parent32d02836f01c2c2938750e608c64e0c98775649b (diff)
Merge pull request #370 from beratx/dev
Added IP Statistics to Port Stats
Diffstat (limited to 'example/ndpi_util.h')
-rw-r--r--example/ndpi_util.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/example/ndpi_util.h b/example/ndpi_util.h
index 9d8f1e446..ca9f20274 100644
--- a/example/ndpi_util.h
+++ b/example/ndpi_util.h
@@ -38,7 +38,8 @@
#define NUM_ROOTS 512
#define MAX_NDPI_FLOWS 200000000
#define TICK_RESOLUTION 1000
-
+#define MAX_NUM_IP_ADDRESS 5 /* len of ip address array */
+#define UPDATED_TREE 1
// flow tracking
typedef struct ndpi_flow_info {