]> git.ipfire.org Git - thirdparty/suricata.git/commitdiff
userguide: add documentation for JA3SGetHash Lua function
authorMats Klepsland <mats.klepsland@gmail.com>
Thu, 15 Nov 2018 21:58:39 +0000 (22:58 +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 957fbb0567d426988fbc3d40023802c16fe86119..5c876dcad81c09b5e71f78e895b2bf65db7b4516 100644 (file)
@@ -561,6 +561,21 @@ Example:
       end
   end
 
+Ja3SGetHash
+~~~~~~~~~~~
+
+Get the JA3S hash (md5sum of JA3S string) through JA3SGetHash.
+
+Example:
+
+::
+
+  function log (args)
+      hash = Ja3SGetHash()
+      if hash == nil then
+          return
+      end
+  end
 
 SSH
 ---