Add Naraka Bladepoint detection support (#2334)

This commit is contained in:
Vladimir Gavrilov 2024-03-04 10:30:54 +03:00 committed by GitHub
parent 70aae6e998
commit 58fdc9fafb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
85 changed files with 186 additions and 78 deletions

View file

@ -430,6 +430,7 @@ typedef enum {
NDPI_PROTOCOL_HUAWEI_CLOUD = 399,
NDPI_PROTOCOL_DLEP = 400,
NDPI_PROTOCOL_BFD = 401,
NDPI_PROTOCOL_NARAKA = 402,
#ifdef CUSTOM_NDPI_PROTOCOLS
#include "../../../nDPI-custom/custom_ndpi_protocol_ids.h"