From: Shivani Bhardwaj Date: Mon, 31 Mar 2025 12:28:15 +0000 (+0530) Subject: doc: remove http cookie ua from list of buffers X-Git-Tag: suricata-8.0.0-beta1~128 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5ba0ccaf4b19ed4e9976638c30c3423ebe340dfb;p=thirdparty%2Fsuricata.git doc: remove http cookie ua from list of buffers as they are available via library using the tx - tx:request_header("Cookie") - tx:response_header("Cookie") - tx:request_header("User-Agent") --- diff --git a/doc/userguide/rules/lua-detection.rst b/doc/userguide/rules/lua-detection.rst index 0f2011987e..9ed8d9d1c5 100644 --- a/doc/userguide/rules/lua-detection.rst +++ b/doc/userguide/rules/lua-detection.rst @@ -50,13 +50,10 @@ inspection. Currently the following are available: * http.request_line * http.request_headers * http.request_headers.raw -* http.request_cookie -* http.request_user_agent * http.request_body * http.response_headers * http.response_headers.raw * http.response_body -* http.response_cookie All the HTTP buffers have a limitation: only one can be inspected by a script at a time.