From: Victor Julien Date: Tue, 7 Jun 2022 12:19:59 +0000 (+0200) Subject: eve/schema: add missing smb fields X-Git-Tag: suricata-7.0.0-beta1~477 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2abce12b5b2ae6cf3355e8ea5a48f0b2f6581d60;p=thirdparty%2Fsuricata.git eve/schema: add missing smb fields --- diff --git a/etc/schema.json b/etc/schema.json index adea945a75..844acbf201 100644 --- a/etc/schema.json +++ b/etc/schema.json @@ -3062,6 +3062,9 @@ "id": { "type": "integer" }, + "level_of_interest": { + "type": "string" + }, "max_read_size": { "type": "integer" }, @@ -3095,6 +3098,9 @@ "size": { "type": "integer" }, + "subcmd": { + "type": "string" + }, "status": { "type": "string" }, @@ -3110,6 +3116,30 @@ "type": "string" } }, + "set_info": { + "type": "object", + "optional": true, + "properties": { + "class": { + "type": "string" + }, + "info_level": { + "type": "string" + } + } + }, + "rename": { + "type": "object", + "optional": true, + "properties": { + "from": { + "type": "string" + }, + "to": { + "type": "string" + } + } + }, "dcerpc": { "type": "object", "optional": true,