mirror of
https://github.com/vel21ripn/nDPI.git
synced 2026-04-29 07:29:39 +00:00
fuzz: extend fuzzers coverage (#1952)
This commit is contained in:
parent
de693cbbc9
commit
40b6d5a2e1
15 changed files with 107 additions and 38 deletions
|
|
@ -38,19 +38,16 @@ void fuzz_init_detection_module(struct ndpi_detection_module_struct **ndpi_info_
|
|||
{
|
||||
ndpi_init_prefs prefs = ndpi_enable_ja3_plus;
|
||||
NDPI_PROTOCOL_BITMASK all;
|
||||
NDPI_PROTOCOL_BITMASK debug_bitmask;
|
||||
|
||||
if(*ndpi_info_mod == NULL) {
|
||||
*ndpi_info_mod = ndpi_init_detection_module(prefs);
|
||||
NDPI_BITMASK_SET_ALL(all);
|
||||
ndpi_set_protocol_detection_bitmask2(*ndpi_info_mod, &all);
|
||||
|
||||
#if 0
|
||||
NDPI_PROTOCOL_BITMASK debug_bitmask;
|
||||
|
||||
NDPI_BITMASK_SET_ALL(debug_bitmask);
|
||||
ndpi_set_log_level(*ndpi_info_mod, 4);
|
||||
ndpi_set_debug_bitmask(*ndpi_info_mod, debug_bitmask);
|
||||
#endif
|
||||
|
||||
ndpi_load_protocols_file(*ndpi_info_mod, "protos.txt");
|
||||
ndpi_load_categories_file(*ndpi_info_mod, "categories.txt", NULL);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue