mirror of
https://github.com/vel21ripn/nDPI.git
synced 2026-05-05 10:41:40 +00:00
Add Nano (XNO) protocol support (#2508)
This commit is contained in:
parent
86b67e6687
commit
6a77a891a8
115 changed files with 255 additions and 108 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue