aboutsummaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
authorIvan Nardi <12729895+IvanNardi@users.noreply.github.com>2024-07-22 17:42:23 +0200
committerGitHub <noreply@github.com>2024-07-22 17:42:23 +0200
commit65e31b0ea34c1b73639dd0d36af3674223b2af2f (patch)
tree72361b490a01a62904b0df4ce80becec068268d4 /src/include
parent67f5cdafc0a704275d5f51a86b6a01fa36a69389 (diff)
FPC: small improvements (#2512)
Add printing of fpc_dns statistics and add a general cconfiguration option. Rework the code to be more generic and ready to handle other logics.
Diffstat (limited to 'src/include')
-rw-r--r--src/include/ndpi_private.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/include/ndpi_private.h b/src/include/ndpi_private.h
index 161a3f1e5..25664e2b8 100644
--- a/src/include/ndpi_private.h
+++ b/src/include/ndpi_private.h
@@ -198,6 +198,7 @@ struct ndpi_detection_module_config_struct {
int libgcrypt_init;
int guess_on_giveup;
int compute_entropy;
+ int fpc_enabled;
char filename_config[CFG_MAX_LEN];