]> git.ipfire.org Git - thirdparty/suricata.git/commitdiff
detect/iponly: update SigNumArray comment
authorVictor Julien <vjulien@oisf.net>
Sat, 12 Feb 2022 07:23:03 +0000 (08:23 +0100)
committerJeff Lucovsky <jeff@lucovsky.org>
Fri, 11 Mar 2022 14:03:33 +0000 (09:03 -0500)
(cherry picked from commit 860daceb04301850bc059e73c7344cb843248bf9)

src/detect-engine-iponly.c

index 96921fd47ea9b361a854d88d6221b1c25a9aa918..fb687cbfed44731cffb46fdfb3e3d41cc4bf8975 100644 (file)
@@ -488,11 +488,9 @@ static void IPOnlyCIDRListPrint(IPOnlyCIDRItem *tmphead)
 }
 #endif
 
-/**
- * SigNumArray is a bit array representing signatures
- * it can be used linked to src/dst address to indicate
- * which signatures apply to this addres
- * at IP Only we store SigNumArrays at the radix trees
+/** \brief user data for storing signature id's in the radix tree
+ *
+ *  Bit array representing signature internal id's (Signature::num).
  */
 typedef struct SigNumArray_ {
     uint8_t *array; /* bit array of sig nums */