]> git.ipfire.org Git - thirdparty/suricata.git/commitdiff
userguide: add documentation for Ja3SGetString Lua function
authorMats Klepsland <mats.klepsland@gmail.com>
Thu, 15 Nov 2018 22:04:20 +0000 (23:04 +0100)
committerMats Klepsland <mats.klepsland@gmail.com>
Mon, 20 May 2019 12:30:27 +0000 (14:30 +0200)
doc/userguide/lua/lua-functions.rst

index 5c876dcad81c09b5e71f78e895b2bf65db7b4516..98ee284ba55b2384fd8808c462fc0f78117f5e6a 100644 (file)
@@ -577,6 +577,22 @@ Example:
       end
   end
 
+JA3SGetString
+~~~~~~~~~~~~~
+
+Get the JA3S string through Ja3SGetString.
+
+Example:
+
+::
+
+  function log (args)
+      str = Ja3SGetString()
+      if str == nil then
+          return
+      end
+  end
+
 SSH
 ---