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 8c7172e707 lib: remove the built-in library run-mode
This run-mode does not allow for capture ThreadVars to be created at
the appropriate place in the application life cycle. Instead,
applications should register their own custom run-mode.

Ticket: #8259
2 months ago
..
3rd-party-integration
_static
appendix doc: adjust for master to main rename 7 months ago
capture-hardware pcap: refactor delete-when-done to support non-alerts 2 months ago
configuration doc/output: Document the IPv6 display behavior 2 months ago
devguide devguide: add policy on patches w unasigned ticket 2 months ago
file-extraction doc: minor verbiage tweaks and reST fix 6 months ago
firewall doc/userguide: add ips chapter; add concept 7 months ago
install doc/userguide: update windivert instructions 4 months ago
ips src: doc: remove double-space typos 4 months ago
licenses
lua threads: remove thread group name logic 5 months ago
manpages
output doc/output: Document the IPv6 display behavior 2 months ago
partials doc/output: Document the IPv6 display behavior 2 months ago
performance hs: warn about the same cache directory 3 months ago
plugins
protocols doc/userguide: add initial protocols overview 7 months ago
reputation
rule-management doc/reload: Expand rule-reload discussion 10 months ago
rules doc: be more precise for decompress transforms 2 months ago
upgrade doc: upgrade notes for changes to ike output 7 months ago
.gitignore
Makefile.am userguide/Makefile: don't add "install" to EXTRA_DIST 2 months ago
Makefile.sphinx
README.md
acknowledgements.rst doc: Add missing contributors to ack file 11 months ago
command-line-options.rst
conf.py docs: fix deprecated inclusion of rtd theme path 8 months ago
convert.py
docutils.conf
generate-evedoc.sh
index.rst doc/userguide: add initial protocols overview 7 months ago
initscripts.rst
install.rst docs: use correct suricata version mentions 3 months ago
make-sense-alerts.rst
public-data-sets.rst doc: add more public datasets 2 months ago
quickstart.rst
requirements.txt
security.rst doc: fix typo /var/run/suricata in file permissions docs. 7 months ago
support-status.rst
unix-socket.rst doc: adjust for master to main rename 7 months ago
upgrade.rst lib: remove the built-in library run-mode 2 months ago
verifying-source-files.rst docs: use correct suricata version mentions 3 months 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.