Add IEEE C37.118 protocol dissector (#2193)

This commit is contained in:
Vladimir Gavrilov 2023-12-05 10:06:15 +03:00 committed by GitHub
parent 7b0c16a70d
commit be50493f44
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
154 changed files with 295 additions and 152 deletions

View file

@ -395,6 +395,7 @@ typedef enum {
NDPI_PROTOCOL_UMAS = 364,
NDPI_PROTOCOL_BECKHOFF_ADS = 365,
NDPI_PROTOCOL_ISO9506_1_MMS = 366,
NDPI_PROTOCOL_IEEE_C37118 = 367,
#ifdef CUSTOM_NDPI_PROTOCOLS
#include "../../../nDPI-custom/custom_ndpi_protocol_ids.h"