Add Ether-S-I/O protocol dissector (#2174)

This commit is contained in:
Vladimir Gavrilov 2023-11-27 21:04:05 +03:00 committed by GitHub
parent 84427b0754
commit ebb1bc2f34
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
79 changed files with 197 additions and 79 deletions

View file

@ -391,6 +391,7 @@ typedef enum {
NDPI_PROTOCOL_OPC_UA = 360,
NDPI_PROTOCOL_S7COMM_PLUS = 361,
NDPI_PROTOCOL_FINS = 362,
NDPI_PROTOCOL_ETHERSIO = 363,
#ifdef CUSTOM_NDPI_PROTOCOLS
#include "../../../nDPI-custom/custom_ndpi_protocol_ids.h"