]> git.ipfire.org Git - thirdparty/suricata.git/commitdiff
eve/schema: add missing smb fields
authorVictor Julien <vjulien@oisf.net>
Tue, 7 Jun 2022 12:19:59 +0000 (14:19 +0200)
committerVictor Julien <vjulien@oisf.net>
Thu, 9 Jun 2022 05:27:16 +0000 (07:27 +0200)
etc/schema.json

index adea945a75564af4e7421211f654ec4e9fc48ece..844acbf2018f7652c6958e27aeb26121b9954e0f 100644 (file)
                 "id": {
                     "type": "integer"
                 },
+                "level_of_interest": {
+                    "type": "string"
+                },
                 "max_read_size": {
                     "type": "integer"
                 },
                 "size": {
                     "type": "integer"
                 },
+                "subcmd": {
+                    "type": "string"
+                },
                 "status": {
                     "type": "string"
                 },
                         "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,