mirror of
https://github.com/vel21ripn/nDPI.git
synced 2026-05-05 10:41:40 +00:00
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:
parent
6f046df0dc
commit
24df1913ac
99 changed files with 270 additions and 97 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue