]> git.ipfire.org Git - thirdparty/suricata.git/commitdiff
detect/content: limits prop comment cleanup
authorVictor Julien <vjulien@oisf.net>
Fri, 22 Dec 2023 07:43:46 +0000 (08:43 +0100)
committerVictor Julien <victor@inliniac.net>
Mon, 8 Jan 2024 19:23:28 +0000 (20:23 +0100)
src/detect-content.c

index 944172702d9299e1b6417e8f5b1d1aa3b508d6e7..2f9884000523f1f619bf1d431ea3fb9bad2a4653 100644 (file)
@@ -383,9 +383,9 @@ void DetectContentFree(DetectEngineCtx *de_ctx, void *ptr)
     SCReturn;
 }
 
-/*
+/**
  *  \brief Determine the size needed to accommodate the content
- *  elements of a signature
+ *         elements of a signature
  *  \param s signature to get dsize value from
  *  \param max_size Maximum buffer/data size allowed.
  *  \param list signature match list.