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/doc/userguide
Victor Julien e62eb00459 doc/userguide: add ips chapter; add concept
Move setup guides into the new chapter as well.

Explain `stream.inline` logic.

Ticket: #5513.
Ticket: #6284.
3 days ago
..
3rd-party-integration
_static
appendix
capture-hardware
configuration userguide: document how suricata processes rules 4 days ago
devguide doc: add doc on internals of inspection of raw data 4 days ago
file-extraction
firewall doc/userguide: add ips chapter; add concept 3 days ago
install
ips doc/userguide: add ips chapter; add concept 3 days ago
licenses
lua
manpages
output
partials
performance
plugins
reputation
rule-management
rules doc/rules/index: keep rule types doc near the end 4 days ago
upgrade
.gitignore
Makefile.am doc/userguide: add ips chapter; add concept 3 days ago
Makefile.sphinx
README.md
acknowledgements.rst
command-line-options.rst
conf.py
convert.py
docutils.conf
generate-evedoc.sh
index.rst doc/userguide: add ips chapter; add concept 3 days ago
initscripts.rst
install.rst
make-sense-alerts.rst
public-data-sets.rst
quickstart.rst
requirements.txt
security.rst
support-status.rst
unix-socket.rst
upgrade.rst doc: upgrade note about keyword tls.cert_subject 3 days ago
verifying-source-files.rst
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.