]> git.ipfire.org Git - people/ms/suricata.git/blobdiff - doc/userguide/rules/rule-lua-scripting.rst
userguide/lua: add explanation about `need` diffs
[people/ms/suricata.git] / doc / userguide / rules / rule-lua-scripting.rst
index 53eddb7c58a3816d4c3d615053a76de4372fcd75..31d671bd27d8f1f493fbc0927dad5a1244b5afef 100644 (file)
@@ -16,7 +16,6 @@ The script has 2 parts, an init function and a match function. First, the init.
 Init function
 -------------
 
-
 .. code-block:: lua
 
   function init (args)
@@ -88,3 +87,6 @@ Entire script:
   end
 
   return 0
+
+A comprehensive list of existing lua functions -  with examples - can be found at :ref:`lua-functions` (some of them, however,
+work only for the lua-output functionality).