]> git.ipfire.org Git - thirdparty/suricata.git/commitdiff
eve: add version and warning in ntlmssp
authorLancer Cheng <b1tg@protonmail.ch>
Tue, 14 Feb 2023 11:33:35 +0000 (11:33 +0000)
committerVictor Julien <vjulien@oisf.net>
Mon, 6 Mar 2023 07:23:14 +0000 (08:23 +0100)
Bug OISF#5783

etc/schema.json

index 6d319c48f6ce301f54bfdbb0fea1df8b833e8f3d..e9ca6f0fe7fc6cff8ea7157db95b489669f5fc85 100644 (file)
                         },
                         "user": {
                             "type": "string"
+                        },
+                        "version": {
+                            "type": "string",
+                            "optional": true
+                        },
+                        "warning": {
+                            "type": "boolean"
                         }
                     },
                     "additionalProperties": false