Viber: add detection of voip calls and avoid false positives (#2434)

This commit is contained in:
Ivan Nardi 2024-05-11 09:21:13 +02:00 committed by GitHub
parent a813121e0a
commit b116456fc5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
11 changed files with 62 additions and 42 deletions

View file

@ -442,6 +442,7 @@ typedef enum {
NDPI_PROTOCOL_BLUESKY = 411,
NDPI_PROTOCOL_MASTODON = 412,
NDPI_PROTOCOL_THREADS = 413,
NDPI_PROTOCOL_VIBER_VOIP = 414,
#ifdef CUSTOM_NDPI_PROTOCOLS
#include "../../../nDPI-custom/custom_ndpi_protocol_ids.h"