mirror of
https://github.com/vel21ripn/nDPI.git
synced 2026-05-05 02:16:47 +00:00
Add OpenWire support (#2513)
This commit is contained in:
parent
65e31b0ea3
commit
b15337a32b
117 changed files with 219 additions and 110 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue