mirror of
https://github.com/vel21ripn/nDPI.git
synced 2026-05-05 02:16:47 +00:00
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:
parent
688a197b85
commit
c60c03766c
9 changed files with 62 additions and 13 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue