From b3f2b1bb7f90c18a7542ab06acdf26318cdfa6fe Mon Sep 17 00:00:00 2001 From: Ivan Nardi <12729895+IvanNardi@users.noreply.github.com> Date: Mon, 11 Dec 2023 14:53:12 +0100 Subject: STUN: rework extra dissection (#2202) Keep looking for RTP packets but remove the monitoring concept. We will re-introduce a more general concept of "flow in monitoring state" later. The function was disabled by default. Some configuration knobs will be provided when/if #2190 is merged. --- src/include/ndpi_api.h | 6 ------ 1 file changed, 6 deletions(-) (limited to 'src/include/ndpi_api.h') diff --git a/src/include/ndpi_api.h b/src/include/ndpi_api.h index 9c634f2a6..64d183ef6 100644 --- a/src/include/ndpi_api.h +++ b/src/include/ndpi_api.h @@ -1099,12 +1099,6 @@ extern "C" { u_int32_t ndpi_get_protocol_aggressiveness(struct ndpi_detection_module_struct *ndpi_struct, u_int16_t proto); - int ndpi_set_monitoring_state(struct ndpi_detection_module_struct *ndpi_struct, - u_int16_t proto, u_int32_t num_pkts, u_int32_t flags); - int ndpi_get_monitoring_state(struct ndpi_detection_module_struct *ndpi_struct, - u_int16_t proto, u_int32_t *num_pkts, u_int32_t *flags); - - /** * Find a protocol id associated with a string automata * -- cgit v1.2.3