From cac2257ea4c987e7c2f33fa92a95888d9a7fcf08 Mon Sep 17 00:00:00 2001 From: Juliana Fajardini Date: Thu, 17 Jun 2021 18:27:07 +0100 Subject: [PATCH] test/mqtt: add sid to mqtt-binary-message rule mqtt-binary-message: add sid to rule in test.rules --- tests/mqtt-binary-message/test.rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/mqtt-binary-message/test.rules b/tests/mqtt-binary-message/test.rules index e271d2b60..d5fd80932 100644 --- a/tests/mqtt-binary-message/test.rules +++ b/tests/mqtt-binary-message/test.rules @@ -1 +1 @@ -alert mqtt any any -> any any (msg:"MQTT PUBLISH JPEG message"; mqtt.type:PUBLISH; mqtt.publish.message; content:"|FF D8 FF E0|"; startswith; fast_pattern;) \ No newline at end of file +alert mqtt any any -> any any (msg:"MQTT PUBLISH JPEG message"; mqtt.type:PUBLISH; mqtt.publish.message; content:"|FF D8 FF E0|"; startswith; fast_pattern; sid:1;) -- 2.47.2