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
Jason Ish 3dc8b154f3 rust/ffi: add safe thread storage wrapper
Add a typed ThreadStorage<T> wrapper around the thread storage bindings.

Ticket: #8445
2 months ago
..
3rd-party-integration
_static
appendix
capture-hardware doc: minor ebpf doc update for fedora/rhel 2 months ago
configuration docs: add firewall stats doc 2 months ago
devguide rust/ffi: add safe thread storage wrapper 2 months ago
file-extraction
firewall doc/userguide: add new constructs to firewall examples 2 months ago
install
ips
licenses
lua ntp: expose logged fields to lua 3 months ago
manpages doc: improve manpage of suricatasc 3 months ago
output eve: add rule generation source to alert record 3 months ago
partials
performance
plugins
protocols
reputation
rule-management
rules detect/bypass: ban bypass keyword for firewall mode 2 months ago
upgrade
.gitignore
Makefile.am
Makefile.sphinx
README.md
acknowledgements.rst
command-line-options.rst
conf.py doc: address config conversion note 3 months ago
convert.py
docutils.conf
generate-evedoc.sh
index.rst
initscripts.rst
install.rst
make-sense-alerts.rst
public-data-sets.rst
quickstart.rst doc: move more rules to dedicated css container 3 months ago
requirements.txt
security.rst
support-status.rst
unix-socket.rst
upgrade.rst ldap: bound the number of responses 3 months 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.