From d15903a2efb4f3e209bbbee3ca545344d95dad25 Mon Sep 17 00:00:00 2001 From: Mats Klepsland Date: Thu, 15 Nov 2018 23:04:20 +0100 Subject: [PATCH] userguide: add documentation for Ja3SGetString Lua function --- doc/userguide/lua/lua-functions.rst | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/doc/userguide/lua/lua-functions.rst b/doc/userguide/lua/lua-functions.rst index 5c876dcad8..98ee284ba5 100644 --- a/doc/userguide/lua/lua-functions.rst +++ b/doc/userguide/lua/lua-functions.rst @@ -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 --- -- 2.47.2