diff options
author | Campus <campus@ntop.org> | 2017-07-01 11:45:19 +0200 |
---|---|---|
committer | Campus <campus@ntop.org> | 2017-07-01 11:45:19 +0200 |
commit | 1a605e2b77189f03a0621a00eda89caeffc21b4c (patch) | |
tree | 95275b6b2ff53f9eb23d921642ffcb5c0b16282a /example/ndpi_util.h | |
parent | 5bf6be7eb80991c7525da2485599ad8c972fbbb5 (diff) | |
parent | 5c39d65f8fdc9c271c51dc92475bf50eeecd19b0 (diff) |
Merge branch 'beratx-dev' into dev
Diffstat (limited to 'example/ndpi_util.h')
-rw-r--r-- | example/ndpi_util.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/example/ndpi_util.h b/example/ndpi_util.h index 0a465a3c0..f6d315748 100644 --- a/example/ndpi_util.h +++ b/example/ndpi_util.h @@ -44,6 +44,7 @@ #define DIR_SRC 10 #define DIR_DST 20 #define PORT_ARRAY_SIZE 20 +#define HOST_ARRAY_SIZE 20 #define FLOWS_PACKETS_TRESHOLD 0.9 #define FLOWS_PERCENT_TRESHOLD 1.0 #define INIT_VAL -1 |