From 2cbf586d7d89cd2c26ed0fa27b6ad5125f60725a Mon Sep 17 00:00:00 2001 From: Victor Julien Date: Sat, 12 Feb 2022 08:23:03 +0100 Subject: [PATCH] detect/iponly: update SigNumArray comment (cherry picked from commit 860daceb04301850bc059e73c7344cb843248bf9) --- src/detect-engine-iponly.c | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) 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 */ -- 2.47.2