From: Jason Ish Date: Wed, 25 Jan 2023 17:52:07 +0000 (-0600) Subject: eve: remove dcerpc.interface from schema X-Git-Tag: suricata-7.0.0-rc1~19 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=59d9a51bad8f9b23ce27a0d5962599295f7610cc;p=thirdparty%2Fsuricata.git eve: remove dcerpc.interface from schema 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 --- diff --git a/etc/schema.json b/etc/schema.json index b59a46e894..15214e12ad 100644 --- a/etc/schema.json +++ b/etc/schema.json @@ -3533,19 +3533,6 @@ "response": { "type": "string" }, - "interface": { - "type": "object", - "optional": true, - "properties": { - "uuid": { - "type": "string" - }, - "version": { - "type": "string" - } - }, - "additionalProperties": false - }, "interfaces": { "type": "array", "minItems": 1,