aboutsummaryrefslogtreecommitdiff
path: root/src/lib/protocols/websocket.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/protocols/websocket.c')
-rw-r--r--src/lib/protocols/websocket.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/protocols/websocket.c b/src/lib/protocols/websocket.c
index f100cce5d..fc8a89231 100644
--- a/src/lib/protocols/websocket.c
+++ b/src/lib/protocols/websocket.c
@@ -133,6 +133,7 @@ static void ndpi_search_websocket(struct ndpi_detection_module_struct *ndpi_stru
ndpi_set_risk(ndpi_struct, flow, NDPI_OBFUSCATED_TRAFFIC,
"Obfuscated SSH-in-HTTP-WebSocket traffic");
}
+ found = 1;
}
}
if (i == packet->parsed_lines)