diff options
author | Ivan Nardi <12729895+IvanNardi@users.noreply.github.com> | 2023-05-16 16:02:14 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-05-16 16:02:14 +0200 |
commit | ace32c9dfefb2ea3130cfcdf086aacf22532c70c (patch) | |
tree | 84ac87b8958a49f65cab94e228831f2bfd67b497 /src/lib/protocols | |
parent | 4e186f6bfbd734bf44124e6e0f710a3a0372c92c (diff) |
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.
Diffstat (limited to 'src/lib/protocols')
-rw-r--r-- | src/lib/protocols/rtp.c | 2 |
1 files changed, 1 insertions, 1 deletions
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; } |