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.
This commits adds documentation for the entropy keyword. The entropy keyword calculates the Shannon entropy value for content with the calculated value used to determine whether an alert occurs. |
3 months ago | |
---|---|---|
.. | ||
3rd-party-integration | 6 years ago | |
_static | 2 years ago | |
appendix | 9 months ago | |
capture-hardware | 3 months ago | |
configuration | 3 months ago | |
devguide | 5 months ago | |
file-extraction | 10 months ago | |
licenses | 6 years ago | |
lua | 3 months ago | |
manpages | 4 months ago | |
output | 4 months ago | |
partials | 4 months ago | |
performance | 3 months ago | |
plugins | 3 months ago | |
reputation | 2 years ago | |
rule-management | 10 months ago | |
rules | 3 months ago | |
setting-up-ipsinline-for-linux | 9 years ago | |
upgrade | 9 months ago | |
.gitignore | 9 months ago | |
Makefile.am | 3 months ago | |
Makefile.sphinx | 9 years ago | |
README.md | 3 years ago | |
acknowledgements.rst | 3 years ago | |
command-line-options.rst | 5 years ago | |
conf.py | 9 months ago | |
convert.py | 2 years ago | |
docutils.conf | 2 years ago | |
generate-evedoc.sh | 9 months ago | |
index.rst | 3 months ago | |
initscripts.rst | 5 years ago | |
install.rst | 9 months ago | |
make-sense-alerts.rst | 5 years ago | |
public-data-sets.rst | 10 months ago | |
quickstart.rst | 3 months ago | |
requirements.txt | 2 years ago | |
security.rst | 2 years ago | |
setting-up-ipsinline-for-linux.rst | 3 months ago | |
setting-up-ipsinline-for-windows.rst | 5 years ago | |
support-status.rst | 2 years ago | |
unix-socket.rst | 4 months ago | |
upgrade.rst | 3 months ago | |
verifying-source-files.rst | 1 year ago | |
what-is-suricata.rst | 5 years ago |
README.md
Suricata User Guide
This directory contains the Suricata Guide. The Suricata Developer's guide is included as a chapter of the Guide. The Sphinx Document Generator is used to build the documentation. For a primer os reStructuredText see the reStructuredText Primer.
Verifying Changes
There are a number of output formats to choose from when making the source documentation locally (e.g. html, pdf, man).
The documentation source can be built with make -f Makefile.sphinx html
. Substitute the 'html' word for desired output format.
There are different application dependencies based on the output desired.