From: Shivani Bhardwaj Date: Fri, 7 Mar 2025 11:06:56 +0000 (+0530) Subject: schema: add rule keyword mapping for dcerpc X-Git-Tag: suricata-8.0.0-beta1~296 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fc1dbf6eb41bf8894cd49958f8b0476c46a862c5;p=thirdparty%2Fsuricata.git schema: add rule keyword mapping for dcerpc --- diff --git a/etc/schema.json b/etc/schema.json index 3f88e13367..adfa1c40f7 100644 --- a/etc/schema.json +++ b/etc/schema.json @@ -539,10 +539,20 @@ "type": "integer" }, "uuid": { - "type": "string" + "type": "string", + "suricata": { + "keywords": [ + "dcerpc.iface" + ] + } }, "version": { - "type": "string" + "type": "string", + "suricata": { + "keywords": [ + "dcerpc.iface" + ] + } } }, "additionalProperties": false @@ -555,7 +565,12 @@ "type": "integer" }, "opnum": { - "type": "integer" + "type": "integer", + "suricata": { + "keywords": [ + "dcerpc.opnum" + ] + } }, "stub_data_size": { "type": "integer"