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
Shivani Bhardwaj 06db2e2698 detect/flowbits: add max usage per signature limit
Add a limit on the maximum number of times flowbits keyword that can be used in a
signature.

Task 8596
4 days ago
..
3rd-party-integration
_static
appendix
capture-hardware pcap-file: skip setvbuf on non-seekable streams 1 month ago
configuration detect/flowbits: add max usage per signature limit 4 days ago
devguide detect: convert tx_progress to uint8_t 3 weeks ago
file-extraction doc: minor verbiage tweaks and reST fix 9 months ago
firewall doc/firewall: update hooks & configuration examples 1 month ago
install doc/userguide: update windivert instructions 7 months ago
ips src: doc: remove double-space typos 6 months ago
licenses
lua http-log: remove support for http-log 1 month ago
manpages doc: improve manpage of suricatasc 2 months ago
output doc: dhcp eve note for option 52 overload 1 month ago
partials pcap-file: skip setvbuf on non-seekable streams 1 month ago
performance http-log: remove support for http-log 1 month ago
plugins
protocols
reputation
rule-management userguide: add references to rules/README to docs 4 months ago
rules snmp/detect: add snmp.trap_address keyword 4 days ago
upgrade doc: upgrade notes for changes to ike output 9 months ago
.gitignore
Makefile.am userguide/Makefile: don't add "install" to EXTRA_DIST 5 months ago
Makefile.sphinx
README.md
acknowledgements.rst
command-line-options.rst
conf.py doc: address config conversion note 2 months ago
convert.py
docutils.conf
generate-evedoc.sh
index.rst
initscripts.rst
install.rst docs: use correct suricata version mentions 6 months ago
make-sense-alerts.rst
public-data-sets.rst doc: add more public datasets 5 months ago
quickstart.rst doc: clarify suricata.yaml location per install 4 weeks ago
requirements.txt
security.rst
support-status.rst
unix-socket.rst
upgrade.rst flowbits: deprecate toggle command 1 month ago
verifying-source-files.rst docs: use correct suricata version mentions 6 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.