aboutsummaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
authorLuca Deri <deri@ntop.org>2024-05-18 09:46:15 +0200
committerLuca Deri <deri@ntop.org>2024-05-18 09:46:15 +0200
commit42dba2e4afd12ab77073cc21df1d56d0ef02b232 (patch)
treefacd7ab792423e766ad2273d372cf634c47bc1e3 /src/include
parentc63446e59220efd3b133bccbbd44ed97c86c78f1 (diff)
Added dpi.compute_entropy configuration parameter
Diffstat (limited to 'src/include')
-rw-r--r--src/include/ndpi_private.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/include/ndpi_private.h b/src/include/ndpi_private.h
index 693b2cd57..76d2c7def 100644
--- a/src/include/ndpi_private.h
+++ b/src/include/ndpi_private.h
@@ -195,7 +195,8 @@ struct ndpi_detection_module_config_struct {
int track_payload_enabled;
int libgcrypt_init;
int guess_on_giveup;
-
+ int compute_entropy;
+
char filename_config[CFG_MAX_LEN];
int log_level;