Provide a u64 wrapper for ndpi_set_config() (#2292)

Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
This commit is contained in:
Toni 2024-01-30 17:13:35 +01:00 committed by GitHub
parent d2f22d1308
commit 44c2e59661
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 20 additions and 3 deletions

View file

@ -41,7 +41,7 @@ void fuzz_init_detection_module(struct ndpi_detection_module_struct **ndpi_info_
if(*ndpi_info_mod == NULL) {
*ndpi_info_mod = ndpi_init_detection_module();
ndpi_set_config(*ndpi_info_mod, NULL, "log.level", "3");
ndpi_set_config_u64(*ndpi_info_mod, NULL, "log.level", 3);
ndpi_set_config(*ndpi_info_mod, "all", "log", "enable");
ndpi_load_domain_suffixes(*ndpi_info_mod, "public_suffix_list.dat");