-
Notifications
You must be signed in to change notification settings - Fork 1.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
userguide: explain rule types and categorization - v7 #12114
Conversation
Add documentation about the rule types introduced by 2696fda. Add doc tags around code definitions that are referenced in the docs. Task #https://redmine.openinfosecfoundation.org/issues/7031
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #12114 +/- ##
==========================================
+ Coverage 83.23% 83.28% +0.04%
==========================================
Files 906 906
Lines 257647 257647
==========================================
+ Hits 214458 214570 +112
+ Misses 43189 43077 -112
Flags with carried forward coverage won't be shown. Click here to find out more. |
Information: QA ran without warnings. Pipeline 23307 |
* - Packet-Stream | ||
- Flow, if stateful (**) | ||
- Flow, if stateful, per-packet if not | ||
- Against the reassembled stream. If stream unavailable, match per-packet | ||
(packet payload and stream payload) | ||
- 'content' with 'startswith' or 'depth' | ||
* - Stream | ||
- Flow, if stateful (**) | ||
- Per stream chunk, if stateful, per-packet if not | ||
- Against the reassembled stream. If stream unavailable, match per-packet | ||
- 'tcp-stream' in protocol field; simple 'content'; 'byte_extract' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Re-review especially for these two.
Finally followed by: #12184 |
Add documentation about the rule types introduced by 2696fda.
Add doc tags around code definitions that are referenced in the docs.
Task #https://redmine.openinfosecfoundation.org/issues/7031
Link to ticket: https://redmine.openinfosecfoundation.org/issues/
Built docs: https://suri-rtd-test.readthedocs.io/en/doc-sigtypes-et-properties-v7/rules/intro.html#rule-types-and-categorization
Previous PR: #12113
Describe changes:
frame
keyword and rule examples to application layer transaction examples