mirror of https://github.com/OISF/suricata
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
353 B
ReStructuredText
17 lines
353 B
ReStructuredText
Lua Libraries
|
|
=============
|
|
|
|
Suricata provides Lua extensions, or libraries to Lua scripts with the
|
|
``require`` keyword. These extensions are particularly important in
|
|
Lua rules as Lua rules are executed in a restricted sandbox
|
|
environment without access to additional modules.
|
|
|
|
.. toctree::
|
|
|
|
base64
|
|
dns
|
|
flowlib
|
|
hashlib
|
|
http
|
|
packetlib
|