]> git.ipfire.org Git - thirdparty/suricata.git/commitdiff
detect: minor http.cookie keyword typo fix
authorjason taylor <jtfas90@gmail.com>
Wed, 3 Jan 2024 21:57:33 +0000 (21:57 +0000)
committerVictor Julien <victor@inliniac.net>
Wed, 10 Apr 2024 05:03:07 +0000 (07:03 +0200)
Signed-off-by: jason taylor <jtfas90@gmail.com>
src/detect-http-cookie.c

index b10b8fa81e4d5d49a79ccc72c117115b2a173d6f..5f4898285460b4f6c801a915ffb88e57e781de70 100644 (file)
@@ -150,7 +150,7 @@ static int DetectHttpCookieSetup(DetectEngineCtx *de_ctx, Signature *s, const ch
 }
 
 /**
- * \brief this function setup the http.user_agent keyword used in the rule
+ * \brief this function setup the http.cookie keyword used in the rule
  *
  * \param de_ctx   Pointer to the Detection Engine Context
  * \param s        Pointer to the Signature to which the current keyword belongs