Skip to content
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

next/703/20250128/v1 #12492

Merged
merged 10 commits into from
Jan 28, 2025
20 changes: 20 additions & 0 deletions doc/userguide/configuration/suricata-yaml.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2636,6 +2636,8 @@ Engine analysis and profiling
Suricata offers several ways of analyzing performance of rules and the
engine itself.

.. _config:engine-analysis:

Engine-analysis
~~~~~~~~~~~~~~~

Expand Down Expand Up @@ -2871,6 +2873,24 @@ Using this default configuration, Teredo detection will run on UDP port
3544. If the `ports` parameter is missing, or set to `any`, all ports will be
inspected for possible presence of Teredo.

Recursion Level
~~~~~~~~~~~~~~~

Flow matching via recursion level can be disabled. It is enabled by
default.

::

decoder:
# Depending on packet pickup, incoming and outgoing tunnelled packets
# can be scanned before the kernel has stripped and encapsulated headers,
# respectively, leading to incoming and outgoing flows not being associated.
recursion-level:
use-for-tracking: true

Using this default setting, flows will be associated only if the compared packet
headers are encapsulated in the same number of headers.

Advanced Options
----------------

Expand Down
2 changes: 2 additions & 0 deletions doc/userguide/devguide/extending/app-layer/transactions.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
.. _transactions:

************
Transactions
************
Expand Down
1 change: 1 addition & 0 deletions doc/userguide/rules/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -51,3 +51,4 @@ Suricata Rules
tag
vlan-keywords
ldap-keywords
rule-types
Loading
Loading