aboutsummaryrefslogtreecommitdiff
path: root/src/lib/protocols/sopcast.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/protocols/sopcast.c')
-rw-r--r--src/lib/protocols/sopcast.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/protocols/sopcast.c b/src/lib/protocols/sopcast.c
index b4f36ef94..789e662e1 100644
--- a/src/lib/protocols/sopcast.c
+++ b/src/lib/protocols/sopcast.c
@@ -217,7 +217,7 @@ void init_sopcast_dissector(struct ndpi_detection_module_struct *ndpi_struct, u_
ndpi_set_bitmask_protocol_detection("Sopcast", ndpi_struct, detection_bitmask, *id,
NDPI_PROTOCOL_SOPCAST,
ndpi_search_sopcast,
- NDPI_SELECTION_BITMASK_PROTOCOL_V4_V6_TCP_OR_UDP_WITH_PAYLOAD,
+ NDPI_SELECTION_BITMASK_PROTOCOL_V4_V6_TCP_OR_UDP_WITH_PAYLOAD_WITHOUT_RETRANSMISSION,
SAVE_DETECTION_BITMASK_AS_UNKNOWN,
ADD_TO_DETECTION_BITMASK);