]> 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)
committerShivani Bhardwaj <shivanib134@gmail.com>
Fri, 4 Mar 2022 05:38:17 +0000 (11:08 +0530)
(cherry picked from commit 860daceb04301850bc059e73c7344cb843248bf9)

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 */