From: Lancer Cheng Date: Tue, 14 Feb 2023 11:27:29 +0000 (+0000) Subject: doc: add version filed in NTLMSSP documentation X-Git-Tag: suricata-7.0.0-rc2~541 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=6142593a694226df9885842968978ea8659198df;p=thirdparty%2Fsuricata.git doc: add version filed in NTLMSSP documentation Bug OISF#5783 --- diff --git a/doc/userguide/output/eve/eve-json-format.rst b/doc/userguide/output/eve/eve-json-format.rst index b68f7b330d..b872e5da29 100644 --- a/doc/userguide/output/eve/eve-json-format.rst +++ b/doc/userguide/output/eve/eve-json-format.rst @@ -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",