From 65e31b0ea34c1b73639dd0d36af3674223b2af2f Mon Sep 17 00:00:00 2001 From: Ivan Nardi <12729895+IvanNardi@users.noreply.github.com> Date: Mon, 22 Jul 2024 17:42:23 +0200 Subject: 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. --- src/include/ndpi_private.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/include') 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]; -- cgit v1.2.3