From fb0bfb614f60dba746152311393ac7323426e753 Mon Sep 17 00:00:00 2001 From: Mats Klepsland Date: Thu, 28 Dec 2017 21:51:44 +0100 Subject: [PATCH] doc: add documentation for Ja3GetString Lua function --- doc/userguide/output/lua-output.rst | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/doc/userguide/output/lua-output.rst b/doc/userguide/output/lua-output.rst index f95b17a8d0..bd844cdc3e 100644 --- a/doc/userguide/output/lua-output.rst +++ b/doc/userguide/output/lua-output.rst @@ -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 --- -- 2.47.2