]> 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)
committerVictor Julien <vjulien@oisf.net>
Thu, 17 Feb 2022 15:58:59 +0000 (16:58 +0100)
src/detect-engine-iponly.c

index ad74591b50ec86d42b79a58876ac7f89b26a89bc..53e1b3d2c33da3bcc47c67a518aa80b339321a7d 100644 (file)
@@ -492,11 +492,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 */