diff options
author | berat <beratiz@gmail.com> | 2017-05-01 14:07:41 +0200 |
---|---|---|
committer | berat <beratiz@gmail.com> | 2017-05-01 14:07:41 +0200 |
commit | 4030b52ecb5c7a98eeb3eadc362eab60521fb565 (patch) | |
tree | de14b22edaec7b204e96dd151a14eba3e5b4f918 /example/ndpi_util.h | |
parent | 064b50df819918734062294984e529bd62bd594c (diff) |
Added IP Statistics to Port Stats
Diffstat (limited to 'example/ndpi_util.h')
-rw-r--r-- | example/ndpi_util.h | 3 |
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 { |