suricata/doc/userguide/devguide
Juliana Fajardini 71e4ca81ef devguide: reorganize pr-workflow section
This section seemed to aim both at PR reviewers and PR authors at the
same time, even though some info is probably of low value for
contributors.

Created new section for PR reviewers and maintainers, and kept the info
for PR authors separated. Also highlighted information on requested
changes and stale PRs.
2024-01-04 15:51:21 +01:00
..
codebase devguide: make 'contributing' a chapter 2024-01-04 15:51:21 +01:00
contributing devguide: reorganize pr-workflow section 2024-01-04 15:51:21 +01:00
extending detect: rename DetectAppLayerInspectEngineRegister2 2023-12-13 19:17:17 +01:00
internals devguide: move into userguide as last chapter 2022-03-29 07:56:03 +02:00
index.rst devguide: make 'contributing' a chapter 2024-01-04 15:51:21 +01:00
README.md devguide: update readme 2022-03-29 07:56:03 +02:00

Suricata Developer Guide

This directory contains the Suricata Developer's Guide. It is built as part of the Suricata Userguide.

The Sequence Diagrams seen in the Transactions documentation are generated with Mscgen. Mscgen is a small program to parse Message Sequence Charts that can be represented as text and can then converted to image.

If you need to update the diagrams, please edit the .msc files present in the diagrams directory (extending/app-layer/diagrams). Once those have been changed, in the scripts directory (in the main Suricata dir) there's a scrip that will generate images for all files: generate-images.sh (you'll have to install Mscgen for that to work).

More info about Mscgen can be found at: https://www.mcternan.me.uk/mscgen/