aboutsummaryrefslogtreecommitdiff
path: root/src/lib/protocols/zeromq.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/protocols/zeromq.c')
-rw-r--r--src/lib/protocols/zeromq.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/lib/protocols/zeromq.c b/src/lib/protocols/zeromq.c
index 6f86b856c..124bd4cc7 100644
--- a/src/lib/protocols/zeromq.c
+++ b/src/lib/protocols/zeromq.c
@@ -84,10 +84,7 @@ static void ndpi_check_zmq(struct ndpi_detection_module_struct *ndpi_struct, str
static void ndpi_search_zmq(struct ndpi_detection_module_struct *ndpi_struct, struct ndpi_flow_struct *flow) {
NDPI_LOG_DBG(ndpi_struct, "search ZMQ\n");
- /* skip marked packets */
- if(flow->detected_protocol_stack[0] != NDPI_PROTOCOL_ZMQ) {
- ndpi_check_zmq(ndpi_struct, flow);
- }
+ ndpi_check_zmq(ndpi_struct, flow);
}