Rename some functions with more useful/clear names (#2127)

This commit is contained in:
Ivan Nardi 2023-10-29 20:21:24 +01:00 committed by GitHub
parent 03fd155ae3
commit 2c2eaf8e79
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 10 additions and 10 deletions

View file

@ -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);