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.
This commit is contained in:
Ivan Nardi 2023-05-16 16:02:14 +02:00 committed by GitHub
parent 4e186f6bfb
commit ace32c9dfe
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
10 changed files with 35 additions and 9 deletions

View file

@ -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;
}