From 480e664b4caf34efe8cf9cc883756528bc069760 Mon Sep 17 00:00:00 2001 From: Victor Julien Date: Tue, 23 Sep 2025 14:22:57 +0200 Subject: [PATCH] doc/userguide: add xbits tx scope support Ticket #7680. --- doc/userguide/rules/xbits.rst | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/doc/userguide/rules/xbits.rst b/doc/userguide/rules/xbits.rst index 120d9dd1d2..ebce973468 100644 --- a/doc/userguide/rules/xbits.rst +++ b/doc/userguide/rules/xbits.rst @@ -1,7 +1,7 @@ Xbits Keyword ============= -Set, unset, toggle and check for bits stored per host or ip_pair. +Set, unset, toggle and check for bits stored per host, ip_pair or tx. Syntax:: @@ -10,6 +10,15 @@ Syntax:: [,expire ]; xbits:,,track \ [,expire ]; + xbits:,,track tx; + +Transaction support (`tx`) +~~~~~~~~~~~~~~~~~~~~~~~~~~ + +Bits stored per app-layer transaction. What counts as a transaction protocol +is implementation dependent. + +See :ref:`Protocols` for a per protocol explanation. Notes ~~~~~