diff options
author | havup <42641299+havup@users.noreply.github.com> | 2020-03-27 11:19:50 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-03-27 11:19:50 +0800 |
commit | efdac78ddc127fb081a2d31f9154e78f77eec2b1 (patch) | |
tree | 77a664d7d561022644a6398aa355adab0855e5b1 /src/lib/protocols/s7comm.c | |
parent | 74825ffc6efd4c8c73af39d6eadcaa15b8b7185c (diff) |
Update s7comm.c
Diffstat (limited to 'src/lib/protocols/s7comm.c')
-rw-r--r-- | src/lib/protocols/s7comm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/protocols/s7comm.c b/src/lib/protocols/s7comm.c index 9a9f4c52b..7efe8665b 100644 --- a/src/lib/protocols/s7comm.c +++ b/src/lib/protocols/s7comm.c @@ -49,7 +49,7 @@ void init_s7comm_dissector(struct ndpi_detection_module_struct *ndpi_struct, ndpi_set_bitmask_protocol_detection("S7COMM", ndpi_struct, detection_bitmask, *id,
NDPI_PROTOCOL_S7COMM,
- ndpi_search_s7comm_tcp, NDPI_SELECTION_BITMASK_PROTOCOL_V4_V6_TCP_WITH_PAYLOAD,
+ ndpi_search_s7comm_tcp, NDPI_SELECTION_BITMASK_PROTOCOL_V4_V6_TCP_WITH_PAYLOAD_WITHOUT_RETRANSMISSION,
SAVE_DETECTION_BITMASK_AS_UNKNOWN,
ADD_TO_DETECTION_BITMASK);
*id += 1;
|