From 266af0275241b96346372bbae936cd3dd1a35159 Mon Sep 17 00:00:00 2001 From: Ivan Nardi <12729895+IvanNardi@users.noreply.github.com> Date: Mon, 6 May 2024 10:19:46 +0200 Subject: Merge RTP and RTCP logic (#2416) Avoid code duplication between these two protocols. We remove support for RTCP over TCP; it is quite rare to find this kind of traffic and, more important, we have never had support for RTP over TCP: we should try to add both detecion as follow-up. Fix a message log in the LINE code --- src/lib/ndpi_main.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/lib/ndpi_main.c') diff --git a/src/lib/ndpi_main.c b/src/lib/ndpi_main.c index ee58c2cdb..2a081f8a4 100644 --- a/src/lib/ndpi_main.c +++ b/src/lib/ndpi_main.c @@ -5745,9 +5745,6 @@ static int ndpi_callback_init(struct ndpi_detection_module_struct *ndpi_str) { /* SKINNY */ init_skinny_dissector(ndpi_str, &a); - /* RTCP */ - init_rtcp_dissector(ndpi_str, &a); - /* RSYNC */ init_rsync_dissector(ndpi_str, &a); -- cgit v1.2.3