Implemented CIP I/O (UDP version of the CIP protocol), Common Industrial protocol

This commit is contained in:
Luca Deri 2024-01-29 13:28:41 +01:00
parent 6c08601c3d
commit 47f72443fa
80 changed files with 164 additions and 81 deletions

View file

@ -421,6 +421,7 @@ typedef enum {
NDPI_PROTOCOL_STOMP = 390,
NDPI_PROTOCOL_RADMIN = 391,
NDPI_PROTOCOL_RAFT = 392,
NDPI_PROTOCOL_CIP = 393,
#ifdef CUSTOM_NDPI_PROTOCOLS
#include "../../../nDPI-custom/custom_ndpi_protocol_ids.h"