Add OpenWire support (#2513)

This commit is contained in:
Vladimir Gavrilov 2024-07-22 20:20:44 +03:00 committed by GitHub
parent 65e31b0ea3
commit b15337a32b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
117 changed files with 219 additions and 110 deletions

View file

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