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 02bdea2bce lua/streaming: provide streaming buffer as argument
When setting up a Lua output script for streaming data, we're
explicitly requesting stream data. Just pass the streaming data as
arguments, rather than requiring the script to make an extra call to
get the stream data.

The streaming data will be passed in the "stream" field of the args
passed to the log function.

Eliminates the SCStreamingBuffer Lua function.
6 months ago
..
3rd-party-integration
_static
appendix
capture-hardware pcap-file: document capture method options 6 months ago
configuration docs/exceptions: minor improvements 6 months ago
devguide doc/devguide: document the rate filter callback 7 months ago
file-extraction
firewall doc/ssh: document hooks 7 months ago
licenses
lua lua/streaming: provide streaming buffer as argument 6 months ago
manpages userguide/suricatactl: use suricata community page 8 months ago
output lua: create suricata.config lua lib 6 months ago
partials pcap-file: document capture method options 6 months ago
performance doc: stylistic and grammar fixes 8 months ago
plugins doc/ndpi: move ndpi docs to new plugins section 8 months ago
reputation
rule-management
rules doc/payload: fix typo, minor formatting changes 6 months ago
setting-up-ipsinline-for-linux
upgrade doc/userguide: type in pfring upgrade notes 7 months ago
.gitignore
Makefile.am doc/firewall: start of documentation 8 months ago
Makefile.sphinx
README.md
acknowledgements.rst
command-line-options.rst
conf.py
convert.py
docutils.conf
generate-evedoc.sh
index.rst doc/firewall: start of documentation 8 months ago
initscripts.rst
install.rst
make-sense-alerts.rst
public-data-sets.rst
quickstart.rst af-packet: remove use-mmap option 8 months ago
requirements.txt
security.rst
setting-up-ipsinline-for-linux.rst af-packet: remove use-mmap option 8 months ago
setting-up-ipsinline-for-windows.rst
support-status.rst
unix-socket.rst
upgrade.rst doc: move upgrade note to correct section 6 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.