mirror of
https://github.com/vel21ripn/nDPI.git
synced 2026-05-05 02:16:47 +00:00
Rework S7Comm dissector; add S7Comm Plus support (#2165)
* Rework S7Comm dissector; add S7Comm Plus support * Cleanup s7comm.c * Improve S7Comm Plus detection * s7comm/s7commplus: faster detection --------- Co-authored-by: 0xA50C1A1 <mage.wizard88@gmail.com> Co-authored-by: Nardi Ivan <nardi.ivan@gmail.com>
This commit is contained in:
parent
0b6e261523
commit
3763c702f0
9 changed files with 92 additions and 46 deletions
|
|
@ -389,6 +389,7 @@ typedef enum {
|
|||
NDPI_PROTOCOL_PTPV2 = 358,
|
||||
NDPI_PROTOCOL_RTPS = 359,
|
||||
NDPI_PROTOCOL_OPC_UA = 360,
|
||||
NDPI_PROTOCOL_S7COMM_PLUS = 361,
|
||||
|
||||
#ifdef CUSTOM_NDPI_PROTOCOLS
|
||||
#include "../../../nDPI-custom/custom_ndpi_protocol_ids.h"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue