From: Juliana Fajardini Date: Thu, 17 Jun 2021 17:27:07 +0000 (+0100) Subject: test/mqtt: add sid to mqtt-binary-message rule X-Git-Tag: suricata-6.0.4~82 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cac2257ea4c987e7c2f33fa92a95888d9a7fcf08;p=thirdparty%2Fsuricata-verify.git test/mqtt: add sid to mqtt-binary-message rule mqtt-binary-message: add sid to rule in test.rules --- 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;)