mirror of
https://github.com/vel21ripn/nDPI.git
synced 2026-05-05 02:16:47 +00:00
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:
parent
4e186f6bfb
commit
ace32c9dfe
10 changed files with 35 additions and 9 deletions
|
|
@ -366,6 +366,7 @@ typedef enum {
|
|||
NDPI_PROTOCOL_OICQ = 335,
|
||||
NDPI_PROTOCOL_HOTS = 336, /* Heroes of the Storm */
|
||||
NDPI_PROTOCOL_FACEBOOK_REEL_STORY = 337,
|
||||
NDPI_PROTOCOL_SRTP = 338,
|
||||
|
||||
#ifdef CUSTOM_NDPI_PROTOCOLS
|
||||
#include "../../../nDPI-custom/custom_ndpi_protocol_ids.h"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue