mirror of
https://github.com/vel21ripn/nDPI.git
synced 2026-04-30 16:09:43 +00:00
config: remove enum ndpi_prefs
This commit is contained in:
parent
1289951b32
commit
88720331ae
22 changed files with 77 additions and 90 deletions
|
|
@ -11,7 +11,7 @@ int LLVMFuzzerTestOneInput(const uint8_t *data, size_t size) {
|
|||
/* To allow memory allocation failures */
|
||||
fuzz_set_alloc_callbacks_and_seed(size);
|
||||
|
||||
ndpi_struct = ndpi_init_detection_module(ndpi_no_prefs);
|
||||
ndpi_struct = ndpi_init_detection_module();
|
||||
NDPI_BITMASK_SET_ALL(all);
|
||||
ndpi_set_protocol_detection_bitmask2(ndpi_struct, &all);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue