Add Schneider Electric’s UMAS detection support (#2180)

* Add Schneider Electric’s UMAS detection support

* Swap proto IDs in ndpi_set_detected_protocol

* Update unit test result
This commit is contained in:
Vladimir Gavrilov 2023-11-28 20:03:00 +03:00 committed by GitHub
parent 688a197b85
commit c60c03766c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
9 changed files with 62 additions and 13 deletions

View file

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