mirror of
https://github.com/vel21ripn/nDPI.git
synced 2026-04-29 15:39:42 +00:00
Rename some functions with more useful/clear names (#2127)
This commit is contained in:
parent
03fd155ae3
commit
2c2eaf8e79
4 changed files with 10 additions and 10 deletions
|
|
@ -35,7 +35,7 @@ int LLVMFuzzerTestOneInput(const uint8_t *data, size_t size) {
|
|||
ndpi_set_debug_bitmask(ndpi_struct, debug_bitmask);
|
||||
|
||||
fd = buffer_to_file(data, size);
|
||||
ndpi_load_protocols_file2(ndpi_struct, fd);
|
||||
ndpi_load_protocols_file_fd(ndpi_struct, fd);
|
||||
if(fd)
|
||||
fclose(fd);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue