diff options
author | Ivan Nardi <12729895+IvanNardi@users.noreply.github.com> | 2024-01-24 21:16:58 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-01-24 21:16:58 +0100 |
commit | d577508727226d44a713f1af38b08769546edd2a (patch) | |
tree | b04fe77e9665778b1737099c815dd0ebba12777a /src/include/ndpi_api.h | |
parent | 7a83a8dc9122a730a74e5ac644413ae87f94e563 (diff) |
fuzz: extend fuzzing coverage (#2281)
Diffstat (limited to 'src/include/ndpi_api.h')
-rw-r--r-- | src/include/ndpi_api.h | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/src/include/ndpi_api.h b/src/include/ndpi_api.h index 27386966e..d2d122cb0 100644 --- a/src/include/ndpi_api.h +++ b/src/include/ndpi_api.h @@ -388,23 +388,6 @@ extern "C" { struct ndpi_proto * ndpi_proto); /** - * API call that is called internally by ndpi_detection_process_packet or by apps - * that want to avoid calling ndpi_detection_process_packet as they have already - * parsed the packet and thus want to avoid this. - * - * - * @par ndpi_struct = the detection module - * @par flow = the flow given for the detection module - * @par ndpi_selection_bitmask = the protocol selected bitmask - * @return number of protocol dissector that have been tried (0 = no more dissectors) - * - */ - u_int32_t ndpi_check_flow_func(struct ndpi_detection_module_struct *ndpi_struct, - struct ndpi_flow_struct *flow, - NDPI_SELECTION_BITMASK_PROTOCOL_SIZE *ndpi_selection_packet); - - - /** * Query the pointer to the layer 4 packet * * @par l3 = pointer to the layer 3 data |