mirror of
https://github.com/vel21ripn/nDPI.git
synced 2026-04-29 07:29:39 +00:00
Provide a u64 wrapper for ndpi_set_config() (#2292)
Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
This commit is contained in:
parent
d2f22d1308
commit
44c2e59661
4 changed files with 20 additions and 3 deletions
|
|
@ -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");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue