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/rules
Victor Julien 07738af868 detect/content: introduce startswith modifier
Add startswith modifier to simplify matching patterns at the start
of a buffer.

Instead of:
    content:"abc"; depth:3;
This enables:
    content:"abc"; startswith;

Especially with longer patterns this makes the intention of the rule
more clear and eases writing the rules.

Internally it's simply a shorthand for 'depth:<pattern len>;'.

Ticket https://redmine.openinfosecfoundation.org/issues/742
7 years ago
..
dns-keywords
fast-pattern
flow-keywords
header-keywords doc: Replace images of tables and rules with text in rules docs 7 years ago
http-keywords doc: Replace images of tables and rules with text in rules docs 7 years ago
intro doc: Replace images of tables and rules with text in rules docs 7 years ago
normalized-buffers
payload-keywords doc: Replace images of tables and rules with text in rules docs 7 years ago
pcre doc: Move pcre entirely to Payload Keywords section 7 years ago
app-layer.rst doc: initial app-layer keywords 8 years ago
differences-from-snort.rst doc: Move IP reputation keyword to rules section 7 years ago
dnp3-keywords.rst doc: DNP3 support is now available 8 years ago
dns-keywords.rst doc: move parts out of snort difference doc 8 years ago
enip-keyword.rst doc: fix sphinx warnings 8 years ago
fast-pattern-explained.rst doc: clean up fast_pattern 8 years ago
file-keywords.rst keyword-filesize: add units 7 years ago
flow-keywords.rst doc: Move flowint as integral part of flow keywords 7 years ago
ftp-keywords.rst doc: update following ftp-data changes 7 years ago
header-keywords.rst doc: Make the header keywords section separate sections in ToC 7 years ago
http-keywords.rst doc: Minor changes in structuring of HTTP Keywords / Snort differences 7 years ago
index.rst doc: update following ftp-data changes 7 years ago
intro.rst doc: Amend the list of accepted protocols 7 years ago
ip-reputation-rules.rst doc: Move IP reputation keyword to rules section 7 years ago
meta.rst doc: Meta-settings -> Meta Keywords plus some textual changes 7 years ago
modbus-keyword.rst
payload-keywords.rst detect/content: introduce startswith modifier 7 years ago
prefilter-keywords.rst doc: Move fast_pattern and prefilter to dedicated page 7 years ago
rule-lua-scripting.rst
thresholding.rst doc: Restructure ToC 7 years ago
tls-keywords.rst doc: add documentation for tls_cert_fingerprint keyword 7 years ago
xbits.rst doc: Restructure ToC 7 years ago