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.
suricata.yaml output section for smb now parses a types list and will restrict logging of transactions to these types. By default, everything still gets logged Remove unused rs_smb_log_json_request on the way Ticket: 7620 |
7 months ago | |
|---|---|---|
| .. | ||
| 3rd-party-integration | ||
| _static | 2 years ago | |
| appendix | 1 year ago | |
| capture-hardware | 8 months ago | |
| configuration | 8 months ago | |
| devguide | 8 months ago | |
| file-extraction | 1 year ago | |
| licenses | ||
| lua | 8 months ago | |
| manpages | 8 months ago | |
| output | 7 months ago | |
| partials | 9 months ago | |
| performance | 8 months ago | |
| plugins | 8 months ago | |
| reputation | 3 years ago | |
| rule-management | 1 year ago | |
| rules | 7 months ago | |
| setting-up-ipsinline-for-linux | ||
| upgrade | 1 year ago | |
| .gitignore | 1 year ago | |
| Makefile.am | 8 months ago | |
| Makefile.sphinx | ||
| README.md | 4 years ago | |
| acknowledgements.rst | 3 years ago | |
| command-line-options.rst | ||
| conf.py | 1 year ago | |
| convert.py | 3 years ago | |
| docutils.conf | 3 years ago | |
| generate-evedoc.sh | 1 year ago | |
| index.rst | 8 months ago | |
| initscripts.rst | ||
| install.rst | 1 year ago | |
| make-sense-alerts.rst | ||
| public-data-sets.rst | 1 year ago | |
| quickstart.rst | 8 months ago | |
| requirements.txt | 2 years ago | |
| security.rst | 2 years ago | |
| setting-up-ipsinline-for-linux.rst | 8 months ago | |
| setting-up-ipsinline-for-windows.rst | ||
| support-status.rst | 2 years ago | |
| unix-socket.rst | 9 months ago | |
| upgrade.rst | 8 months ago | |
| verifying-source-files.rst | 1 year ago | |
| what-is-suricata.rst | ||
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.