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/devguide
Jason Ish 5e0abf1572 rust/ffi: use ThreadVars wrapper in flow callbacks
Update the flow init, update and finish callback registrations to pass the
safe ThreadVars wrapper instead of a raw pointer.

Ticket: #8598
3 months ago
..
codebase src: remove unused enum values 7 months ago
contributing devguide: add policy on patches w unasigned ticket 7 months ago
extending rust/ffi: use ThreadVars wrapper in flow callbacks 3 months ago
internals doc: add doc on internals of inspection of raw data 1 year ago
libsuricata doc: adjust for master to main rename 1 year ago
upgrading doc/devguide: explain alert logging changes 10 months ago
README.md devguide: update readme 5 years ago
index.rst devguide: add an upgrade section 3 years ago

README.md

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/