From 0712d496fe63fd16f8e943a438c57f75d8cae880 Mon Sep 17 00:00:00 2001 From: Nardi Ivan Date: Wed, 10 Jan 2024 11:46:57 +0100 Subject: config: allow configuration of guessing algorithms --- src/include/ndpi_api.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/include/ndpi_api.h') diff --git a/src/include/ndpi_api.h b/src/include/ndpi_api.h index 818228aac..ce94df0d5 100644 --- a/src/include/ndpi_api.h +++ b/src/include/ndpi_api.h @@ -290,14 +290,12 @@ extern "C" { * * @par ndpi_struct = the detection module * @par flow = the flow given for the detection module - * @par enable_guess = guess protocol if unknown * @par protocol_was_guessed = 1 if the protocol was guesses (requires enable_guess = 1), 0 otherwise * @return the detected protocol even if the flow is not completed; * */ ndpi_protocol ndpi_detection_giveup(struct ndpi_detection_module_struct *ndpi_struct, struct ndpi_flow_struct *flow, - u_int8_t enable_guess, u_int8_t *protocol_was_guessed); /** -- cgit v1.2.3