]> git.ipfire.org Git - thirdparty/suricata.git/commitdiff
doc: add documentation for Ja3GetString Lua function
authorMats Klepsland <mats.klepsland@gmail.com>
Thu, 28 Dec 2017 20:51:44 +0000 (21:51 +0100)
committerVictor Julien <victor@inliniac.net>
Tue, 20 Mar 2018 15:27:22 +0000 (16:27 +0100)
doc/userguide/output/lua-output.rst

index f95b17a8d045637f6d03df7e561b9607102d83fc..bd844cdc3ea9497c928dc9e33051897bcbc5011b 100644 (file)
@@ -539,6 +539,22 @@ Example:
       end
   end
 
+Ja3GetString
+~~~~~~~~~~~~
+
+Get the JA3 string through Ja3GetString.
+
+Example:
+
+::
+
+  function log (args)
+      str = Ja3GetString()
+      if str == nil then
+          return
+      end
+  end
+
 SSH
 ---