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

doc/userguide/output/eve/eve-json-format.rst

index b68f7b330daf5d4746a853ed09d3fcb14e6dc105..b872e5da297586257c8cf199c312914fab69b0d6 100644 (file)
@@ -1210,13 +1210,15 @@ NTLMSSP fields
 * "domain" (string): the Windows domain.
 * "user" (string): the user.
 * "host" (string): the host.
+* "version" (string): the client version.
 
 Example::
 
     "ntlmssp": {
       "domain": "VNET3",
       "user": "administrator",
-      "host": "BLU"
+      "host": "BLU",
+      "version": "60.230 build 13699 rev 188"
     }
 
 More complete example::
@@ -1232,7 +1234,8 @@ More complete example::
     "ntlmssp": {
       "domain": "VNET3",
       "user": "administrator",
-      "host": "BLU"
+      "host": "BLU",
+      "version": "60.230 build 13699 rev 188"
     },
     "request": {
       "native_os": "Unix",