mirror of
https://github.com/vel21ripn/nDPI.git
synced 2026-05-05 02:16:47 +00:00
Add KNXnet/IP protocol support (#2397)
* Add KNXnet/IP protocol support * Improve KNXnet/IP over TCP detection
This commit is contained in:
parent
ad117bfaab
commit
e75d7a620e
169 changed files with 343 additions and 162 deletions
|
|
@ -438,6 +438,7 @@ typedef enum {
|
|||
NDPI_PROTOCOL_LOLWILDRIFT = 407,
|
||||
NDPI_PROTOCOL_TESO = 408,
|
||||
NDPI_PROTOCOL_LDP = 409,
|
||||
NDPI_PROTOCOL_KNXNET_IP = 410,
|
||||
|
||||
#ifdef CUSTOM_NDPI_PROTOCOLS
|
||||
#include "../../../nDPI-custom/custom_ndpi_protocol_ids.h"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue