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.
28 lines
448 B
ReStructuredText
28 lines
448 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
|
|
bytevar
|
|
config
|
|
dns
|
|
file
|
|
flowlib
|
|
flowint
|
|
flowvar
|
|
hashlib
|
|
http
|
|
log
|
|
packetlib
|
|
rule
|
|
smtp
|
|
ssh
|
|
tls
|
|
ja3
|