Add Ether-S-Bus protocol dissector (#2200)

This commit is contained in:
Vladimir Gavrilov 2023-12-05 19:20:38 +03:00 committed by GitHub
parent 72601a69ff
commit ad20846fad
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
79 changed files with 199 additions and 77 deletions

View file

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