mirror of
https://github.com/vel21ripn/nDPI.git
synced 2026-05-04 18:00:17 +00:00
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:
parent
983b8e8eee
commit
c34bded4ef
99 changed files with 233 additions and 97 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue