]> git.ipfire.org Git - thirdparty/suricata.git/commit
userguide: explain rule types and categorization 12492/head
authorJuliana Fajardini <jufajardini@gmail.com>
Wed, 6 Nov 2024 01:54:50 +0000 (22:54 -0300)
committerVictor Julien <victor@inliniac.net>
Tue, 28 Jan 2025 08:32:49 +0000 (09:32 +0100)
commita2905ae5d4980b80aeeab501051911f38869b853
tree89d531d3fac26c3cb5fb9ae2d59dafc82be3eb87
parent72c08cb94ef0762b69c916d12fc07bd30ad32afc
userguide: explain rule types and categorization

Add documentation about the rule types introduced by commit
2696fda04168cb82.

Add doc tags around code definitions that are referenced in the docs.

Task #https://redmine.openinfosecfoundation.org/issues/7031
14 files changed:
doc/userguide/configuration/suricata-yaml.rst
doc/userguide/devguide/extending/app-layer/transactions.rst
doc/userguide/rules/index.rst
doc/userguide/rules/rule-types.rst [new file with mode: 0644]
doc/userguide/rules/rule-types/APP_Layer-Packet-TX-Stream.png [new file with mode: 0644]
doc/userguide/rules/rule-types/IP-Only.png [new file with mode: 0644]
doc/userguide/rules/rule-types/OverallAlgoHorizontal.png [new file with mode: 0644]
doc/userguide/rules/rule-types/PD-only.png [new file with mode: 0644]
doc/userguide/rules/rule-types/RawFlowcharts/APP_Layer-Packet-TX-Stream.drawio [new file with mode: 0644]
doc/userguide/rules/rule-types/RawFlowcharts/IP-Only.drawio [new file with mode: 0644]
doc/userguide/rules/rule-types/RawFlowcharts/OverallAlgoHorizontal.drawio [new file with mode: 0644]
doc/userguide/rules/rule-types/RawFlowcharts/PD-only.drawio [new file with mode: 0644]
src/detect-engine.c
src/detect.h