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
Bryant Smith 398133b6ce doc: add byte_* documentation to the userguide
Added byte_test, byte_jump and byte_extract description and example rules
6 years ago
..
_static
capture-hardware netmap: switch to nm_* API 6 years ago
configuration smtp: create raw-extraction feature 6 years ago
file-extraction file-log: remove and add warning 6 years ago
licenses
lua doc: add documentation for Lua function 'TlsGetVersion' 7 years ago
manpages
output doc: add table for custom values of eve/http 6 years ago
partials tile: remove files 6 years ago
performance userguide: updated hyperscan version reference 6 years ago
reputation doc: iprep supports CIDR networks 7 years ago
rule-management doc: update suricata-update screenshot 7 years ago
rules doc: add byte_* documentation to the userguide 6 years ago
setting-up-ipsinline-for-linux
.gitignore
Makefile.am doc: add _static dir to make dist 6 years ago
Makefile.sphinx
README.md doc: Remove gulp references 6 years ago
acknowledgements.rst doc: Add my own name to the acknowledgements 7 years ago
command-line-options.rst
conf.py
convert.py
index.rst doc: link in windows ips setup page 7 years ago
initscripts.rst
install.rst doc: fix minor typo 6 years ago
make-sense-alerts.rst doc: spelling mistakes in various sections of the user guide 7 years ago
public-data-sets.rst
setting-up-ipsinline-for-linux.rst
setting-up-ipsinline-for-windows.rst Adds WinDivert support to Windows builds 7 years ago
unix-socket.rst doc/unix-socket: Add missing commands and detail 6 years ago
what-is-suricata.rst

README.md

Suricata User Guide

This directory contains the Suricata Guide. The Sphinx Document Generate 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.