aboutsummaryrefslogtreecommitdiff
path: root/src/lib/protocols/rtp.c
diff options
context:
space:
mode:
authorIvan Nardi <12729895+IvanNardi@users.noreply.github.com>2025-01-14 17:33:34 +0100
committerGitHub <noreply@github.com>2025-01-14 17:33:34 +0100
commit252be78acce7d286f3a40924b98abcf8ecb72f79 (patch)
tree83e5ab5e16b08604e710cd1b9cefb04b238a4edf /src/lib/protocols/rtp.c
parentaf011e338e20ad065de958f00624b6b341579d81 (diff)
STUN: improve detection of Telegram calls (#2671)
Diffstat (limited to 'src/lib/protocols/rtp.c')
-rw-r--r--src/lib/protocols/rtp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/protocols/rtp.c b/src/lib/protocols/rtp.c
index 5a27d887b..f859aba4e 100644
--- a/src/lib/protocols/rtp.c
+++ b/src/lib/protocols/rtp.c
@@ -269,7 +269,7 @@ static void ndpi_int_rtp_add_connection(struct ndpi_detection_module_struct *ndp
from the beginning */
if(!(flow->l4_proto == IPPROTO_TCP && ndpi_seen_flow_beginning(flow))) {
NDPI_LOG_DBG(ndpi_struct, "Enabling (STUN) extra dissection\n");
- switch_extra_dissection_to_stun(ndpi_struct, flow);
+ switch_extra_dissection_to_stun(ndpi_struct, flow, 1);
}
}
}