diff options
author | Ivan Nardi <12729895+IvanNardi@users.noreply.github.com> | 2023-12-11 14:53:12 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-12-11 14:53:12 +0100 |
commit | b3f2b1bb7f90c18a7542ab06acdf26318cdfa6fe (patch) | |
tree | 1d23bc99d1c2271fdbeadad5a571e3907f5e40f5 /src/include/ndpi_api.h | |
parent | 673b6e73451cce242aa612c06e80b5865b243ed6 (diff) |
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.
Diffstat (limited to 'src/include/ndpi_api.h')
-rw-r--r-- | src/include/ndpi_api.h | 6 |
1 files changed, 0 insertions, 6 deletions
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 * |