]> git.ipfire.org Git - thirdparty/suricata.git/commitdiff
eve: remove dcerpc.interface from schema
authorJason Ish <jason.ish@oisf.net>
Wed, 25 Jan 2023 17:52:07 +0000 (11:52 -0600)
committerJason Ish <jason.ish@oisf.net>
Sun, 29 Jan 2023 21:38:20 +0000 (15:38 -0600)
Looks like this was due to an error in the dcerpc logging where the
interfaces should have been logged to the "interfaces" array that was
already defined.

Issue: 5814

etc/schema.json

index b59a46e89434db4ab180db4d48cd82d00f4b4c6b..15214e12ad582f6dd59d56c451058a074876fd80 100644 (file)
                         "response": {
                             "type": "string"
                         },
-                        "interface": {
-                            "type": "object",
-                            "optional": true,
-                            "properties": {
-                                "uuid": {
-                                    "type": "string"
-                                },
-                                "version": {
-                                    "type": "string"
-                                }
-                            },
-                            "additionalProperties": false
-                        },
                         "interfaces": {
                             "type": "array",
                             "minItems": 1,