From: Victor Julien Date: Sat, 12 Feb 2022 07:23:03 +0000 (+0100) Subject: detect/iponly: update SigNumArray comment X-Git-Tag: suricata-5.0.9~78 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2cbf586d7d89cd2c26ed0fa27b6ad5125f60725a;p=thirdparty%2Fsuricata.git detect/iponly: update SigNumArray comment (cherry picked from commit 860daceb04301850bc059e73c7344cb843248bf9) --- diff --git a/src/detect-engine-iponly.c b/src/detect-engine-iponly.c index 96921fd47e..fb687cbfed 100644 --- a/src/detect-engine-iponly.c +++ b/src/detect-engine-iponly.c @@ -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 */