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
Juliana Fajardini a8453d73cd detect: remove unused non-pf stats counters
Remove unused rule prefilter-related stats counters that aren't in use.

94644ac960 (detect: move non-pf rules into special prefilter engines)
removed the logic that made use of and incremented the stats counters:
- det_ctx->counter_fnonmpm_list
- det_ctx->counter_nonmpm_list

Some code was left, registering them, and mentioning them in the
json schema.

Ticket #7834
2 weeks ago
..
3rd-party-integration doc/userguide: new 3rd party section, add bluecoat 7 years ago
_static doc/userguide: avoid horizontal scroll on rtd 2 years ago
appendix doc/userguide: add appendix item on eve schema 2 months ago
capture-hardware doc/dpdK: update RX/TX descriptor note for Connect-X 4 2 weeks ago
configuration threading: support thread autopinning and interface-specific affinity 2 months ago
devguide doc/devguide: document app-layer protocol detection 2 months ago
file-extraction doc/file-extraction: fix highlight syntax 12 months ago
firewall doc/lua-functions: update lua-function documentation 2 weeks ago
install doc/install: use our recommended header order 2 months ago
licenses doc: convert fancy quotes to straight quotes 6 years ago
lua lua: document the dnp3 lib 2 weeks ago
manpages
output doc/lua-output: fix example script for new apis 2 weeks ago
partials doc/suricatasc: Mentioned get-flow-stats-by-id cmd 2 weeks ago
performance threading: support previous threading configuration format 2 months ago
plugins doc/ndpi: move ndpi docs to new plugins section 5 months ago
reputation doc: spelling 2 years ago
rule-management doc/reload: Expand rule-reload discussion 1 month ago
rules doc/lua-detection: fix example script; remove most buffers 2 weeks ago
setting-up-ipsinline-for-linux
upgrade doc/upgrade: note about dns address swap on responses 2 months ago
.gitignore doc/userguide: generate eve documentation 10 months ago
Makefile.am doc/install: windows build documentation 2 months ago
Makefile.sphinx
README.md
acknowledgements.rst doc: Add missing contributors to ack file 2 months ago
command-line-options.rst doc: Improve grammar, spelling and clarifications 5 years ago
conf.py
convert.py doc/optimization: move "convert.py" to Python3 2 years ago
docutils.conf doc: add docutils.conf to disable smart quotes 2 years ago
generate-evedoc.sh
index.rst doc/firewall: start of documentation 4 months ago
initscripts.rst
install.rst doc/install: remove reference to --enable-lua 2 weeks ago
make-sense-alerts.rst
public-data-sets.rst userguide: update Security Onion docs reference 12 months ago
quickstart.rst
requirements.txt
security.rst
setting-up-ipsinline-for-linux.rst threading: support previous threading configuration format 2 months ago
setting-up-ipsinline-for-windows.rst doc: Improve grammar, spelling and clarifications 5 years ago
support-status.rst
unix-socket.rst doc/suricatasc: Mentioned get-flow-stats-by-id cmd 2 weeks ago
upgrade.rst detect: remove unused non-pf stats counters 2 weeks ago
verifying-source-files.rst doc: add source verification docs 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.