Add KNXnet/IP protocol support (#2397)

* Add KNXnet/IP protocol support

* Improve KNXnet/IP over TCP detection
This commit is contained in:
0x41CEA55 2024-04-19 13:54:00 +03:00 committed by GitHub
parent ad117bfaab
commit e75d7a620e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
169 changed files with 343 additions and 162 deletions

View file

@ -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"