]> git.ipfire.org Git - thirdparty/suricata.git/commitdiff
schema: add rule keyword mapping for dcerpc
authorShivani Bhardwaj <shivani@oisf.net>
Fri, 7 Mar 2025 11:06:56 +0000 (16:36 +0530)
committerVictor Julien <victor@inliniac.net>
Sun, 9 Mar 2025 20:52:43 +0000 (21:52 +0100)
etc/schema.json

index 3f88e133675f8f1987852aea89a8e75401063f17..adfa1c40f7e64b51eb0832376007ac521a10d0d6 100644 (file)
                                 "type": "integer"
                             },
                             "uuid": {
-                                "type": "string"
+                                "type": "string",
+                                "suricata": {
+                                    "keywords": [
+                                        "dcerpc.iface"
+                                    ]
+                                }
                             },
                             "version": {
-                                "type": "string"
+                                "type": "string",
+                                "suricata": {
+                                    "keywords": [
+                                        "dcerpc.iface"
+                                    ]
+                                }
                             }
                         },
                         "additionalProperties": false
                             "type": "integer"
                         },
                         "opnum": {
-                            "type": "integer"
+                            "type": "integer",
+                            "suricata": {
+                                "keywords": [
+                                    "dcerpc.opnum"
+                                ]
+                            }
                         },
                         "stub_data_size": {
                             "type": "integer"