Add ISO 9506-1 MMS protocol dissector (#2189)

* Add ISO 9506-1 MMS protocol dissector
* Fix detection on big-endian architectures
This commit is contained in:
Vladimir Gavrilov 2023-12-01 11:03:07 +03:00 committed by GitHub
parent 983b8e8eee
commit c34bded4ef
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
99 changed files with 233 additions and 97 deletions

View file

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