suricata/doc/userguide/devguide
Philippe Antoine daf68dc36f http2: split progress per direction
Ticket: 8518

Keywords that work for HTTP2 headers match now as soon as possible

A push promise is now considered like a headers frame with regards
to the progress (no dedicated "reserved" progress/state)

http.protocol and http.stat_msg keywords are now registered at
earliest progress, since these are synthetic like "HTTP/2" and
not really seen on the wire.

http.request_line and http.response_line match only on data,
and not on headers, since we must wait the end of headers
to be sure to have the full line

http2.size_update now matches at headers progress as it should

http2.frametype, http2.errorcode, http2.priority now match like
http2.window, when the tx is complete from both sides, as a
half-closed client may still send priority, rst_stream
or window_update frames
2026-06-02 21:16:54 +00:00
..
codebase src: remove unused enum values 2026-02-13 13:34:25 +00:00
contributing devguide: add policy on patches w unasigned ticket 2026-02-26 06:29:14 +00:00
extending http2: split progress per direction 2026-06-02 21:16:54 +00:00
internals doc: add doc on internals of inspection of raw data 2025-09-13 08:40:09 +02:00
libsuricata doc: adjust for master to main rename 2025-09-16 17:20:56 +02:00
upgrading doc/devguide: explain alert logging changes 2025-11-04 17:33:07 +01:00
index.rst devguide: add an upgrade section 2024-03-16 09:29:34 +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/