Add Beckhoff ADS protocol dissector (#2181)

* Add Beckhoff ADS protocol dissector

* Remove redundant le32toh

* Fix detection on big-endian architectures
This commit is contained in:
Vladimir Gavrilov 2023-11-30 11:13:45 +03:00 committed by GitHub
parent 6f046df0dc
commit 24df1913ac
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
99 changed files with 270 additions and 97 deletions

View file

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