Add Nano (XNO) protocol support (#2508)

This commit is contained in:
Vladimir Gavrilov 2024-07-18 17:18:12 +03:00 committed by GitHub
parent 86b67e6687
commit 6a77a891a8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
115 changed files with 255 additions and 108 deletions

View file

@ -448,6 +448,7 @@ typedef enum {
NDPI_PROTOCOL_RIPE_ATLAS = 417,
NDPI_PROTOCOL_HLS = 418,
NDPI_PROTOCOL_CLICKHOUSE = 419,
NDPI_PROTOCOL_NANO = 420,
#ifdef CUSTOM_NDPI_PROTOCOLS
#include "../../../nDPI-custom/custom_ndpi_protocol_ids.h"