From 252be78acce7d286f3a40924b98abcf8ecb72f79 Mon Sep 17 00:00:00 2001 From: Ivan Nardi <12729895+IvanNardi@users.noreply.github.com> Date: Tue, 14 Jan 2025 17:33:34 +0100 Subject: STUN: improve detection of Telegram calls (#2671) --- src/lib/protocols/rtp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/lib/protocols/rtp.c') 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); } } } -- cgit v1.2.3