aboutsummaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
authorToni Uhlig <matzeton@googlemail.com>2022-09-19 10:14:37 +0200
committerToni Uhlig <matzeton@googlemail.com>2022-09-19 10:14:37 +0200
commit015a739efda638737adeed521ca5ba43708949f0 (patch)
treee4da6a2f5afc6f451911bd34369d6ef334a66153 /config.h
parent31715295d9c2ec580483c089a33f660b21e5539b (diff)
Added layer4 payload length bins.
Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
Diffstat (limited to 'config.h')
-rw-r--r--config.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/config.h b/config.h
index cd326a56e..7624a6f5a 100644
--- a/config.h
+++ b/config.h
@@ -37,6 +37,9 @@
#define nDPId_PACKETS_PER_FLOW_TO_SEND 15u
#define nDPId_PACKETS_PER_FLOW_TO_PROCESS NDPI_DEFAULT_MAX_NUM_PKTS_PER_FLOW_TO_DISSECT
#define nDPId_PACKETS_PER_FLOW_TO_ANALYZE 32u
+#define nDPId_ANALYZE_PLEN_MAX 1504u
+#define nDPId_ANALYZE_PLEN_BIN_LEN 32u
+#define nDPId_ANALYZE_PLEN_NUM_BINS 48u
#define nDPId_FLOW_STRUCT_SEED 0x5defc104
/* nDPIsrvd default config options */