Add HLS support (#2502)

This commit is contained in:
Vladimir Gavrilov 2024-07-16 13:01:28 +03:00 committed by GitHub
parent 996cddbd18
commit c3fff52646
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 56 additions and 7 deletions

View file

@ -446,6 +446,7 @@ typedef enum {
NDPI_PROTOCOL_ZUG = 415,
NDPI_PROTOCOL_JRMI = 416,
NDPI_PROTOCOL_RIPE_ATLAS = 417,
NDPI_PROTOCOL_HLS = 418,
#ifdef CUSTOM_NDPI_PROTOCOLS
#include "../../../nDPI-custom/custom_ndpi_protocol_ids.h"