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/devguide
Juliana Fajardini 28b5f4a555 devguide: add page about app-layer frame support
This explains the frame support from the perspective of a developer,
with introductory explanation on how to add frame support to an
applayer proto.

Doc #4697
3 years ago
..
_static
codebase devguide: add page about rust unittests 3 years ago
extending devguide: add page about app-layer frame support 3 years ago
internals doc/devguide: create basic layout 5 years ago
tools devguide: move image generation into sphinx setup 3 years ago
.gitignore devguide/app-layer: rename /img dir to /diagrams 3 years ago
Makefile.am devguide: add page about app-layer frame support 3 years ago
Makefile.sphinx doc/devguide: add Transactions documentation page 3 years ago
README.md
conf.py devguide: move image generation into sphinx setup 3 years ago
index.rst doc/devguide: create basic layout 5 years ago

README.md

Suricata Developer Guide

This directory contains the Suricata Developer 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.