mirror of
https://github.com/vel21ripn/nDPI.git
synced 2026-04-29 07:29:39 +00:00
fuzz: extend fuzzing coverage (#2083)
This commit is contained in:
parent
ef6085370f
commit
8e6500a0da
2 changed files with 3 additions and 0 deletions
|
|
@ -49,6 +49,7 @@ void fuzz_init_detection_module(struct ndpi_detection_module_struct **ndpi_info_
|
|||
ndpi_set_log_level(*ndpi_info_mod, 4);
|
||||
ndpi_set_debug_bitmask(*ndpi_info_mod, debug_bitmask);
|
||||
|
||||
ndpi_load_categories_dir(*ndpi_info_mod, "./lists/");
|
||||
ndpi_load_protocols_file(*ndpi_info_mod, "protos.txt");
|
||||
ndpi_load_categories_file(*ndpi_info_mod, "categories.txt", NULL);
|
||||
ndpi_load_risk_domain_file(*ndpi_info_mod, "risky_domains.txt");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue