From ace32c9dfefb2ea3130cfcdf086aacf22532c70c Mon Sep 17 00:00:00 2001 From: Ivan Nardi <12729895+IvanNardi@users.noreply.github.com> Date: Tue, 16 May 2023 16:02:14 +0200 Subject: Add support for SRTP (#1977) The goal is to have Zoom flows classified as "Encrypted" and not as "Cleartext". Start documenting the list of protocols supported by nDPI; format, verbosity and content are still a work-in-progress. --- src/lib/protocols/rtp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/lib/protocols') diff --git a/src/lib/protocols/rtp.c b/src/lib/protocols/rtp.c index 218895679..a0d6352f7 100644 --- a/src/lib/protocols/rtp.c +++ b/src/lib/protocols/rtp.c @@ -212,7 +212,7 @@ static void ndpi_rtp_search(struct ndpi_detection_module_struct *ndpi_struct, ndpi_set_detected_protocol(ndpi_struct, flow, NDPI_PROTOCOL_ZOOM, - NDPI_PROTOCOL_RTP, + NDPI_PROTOCOL_SRTP, NDPI_CONFIDENCE_DPI); return; } -- cgit v1.2.3