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.
Explain per protocol mechanics for rule matching. |
2 months ago | |
|---|---|---|
| .. | ||
| 3rd-party-integration | ||
| _static | 2 years ago | |
| appendix | 2 months ago | |
| capture-hardware | 3 months ago | |
| configuration | 2 months ago | |
| devguide | 2 months ago | |
| file-extraction | 1 year ago | |
| firewall | 2 months ago | |
| install | 2 months ago | |
| ips | 2 months ago | |
| licenses | 7 years ago | |
| lua | 3 months ago | |
| manpages | 8 months ago | |
| output | 2 months ago | |
| partials | 4 months ago | |
| performance | 5 months ago | |
| plugins | 8 months ago | |
| protocols | 2 months ago | |
| reputation | 3 years ago | |
| rule-management | 4 months ago | |
| rules | 2 months ago | |
| upgrade | 5 months ago | |
| .gitignore | 1 year ago | |
| Makefile.am | 2 months ago | |
| Makefile.sphinx | ||
| README.md | 4 years ago | |
| acknowledgements.rst | 5 months ago | |
| command-line-options.rst | 5 years ago | |
| conf.py | 3 months ago | |
| convert.py | 3 years ago | |
| docutils.conf | 3 years ago | |
| generate-evedoc.sh | 1 year ago | |
| index.rst | 2 months ago | |
| initscripts.rst | 5 years ago | |
| install.rst | 4 months ago | |
| make-sense-alerts.rst | 5 years ago | |
| public-data-sets.rst | 1 year ago | |
| quickstart.rst | 8 months ago | |
| requirements.txt | 2 years ago | |
| security.rst | 2 months ago | |
| support-status.rst | 2 years ago | |
| unix-socket.rst | 2 months ago | |
| upgrade.rst | 2 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.