Added ClickHouse protocol

This commit is contained in:
Luca 2024-07-17 14:21:45 +02:00
parent 0a3a82680d
commit 86b67e6687
5 changed files with 12 additions and 4 deletions

View file

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