diff options
Diffstat (limited to 'src/lib/protocols/rtmp.c')
-rw-r--r-- | src/lib/protocols/rtmp.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/lib/protocols/rtmp.c b/src/lib/protocols/rtmp.c index db0c7bcaf..914e1bef8 100644 --- a/src/lib/protocols/rtmp.c +++ b/src/lib/protocols/rtmp.c @@ -83,10 +83,7 @@ static void ndpi_search_rtmp(struct ndpi_detection_module_struct *ndpi_struct, s { NDPI_LOG_DBG(ndpi_struct, "search RTMP\n"); - /* skip marked packets */ - if (flow->detected_protocol_stack[0] != NDPI_PROTOCOL_RTMP) { - ndpi_check_rtmp(ndpi_struct, flow); - } + ndpi_check_rtmp(ndpi_struct, flow); } |