diff --git a/src/detect-engine-iponly.c b/src/detect-engine-iponly.c index ad74591b50..53e1b3d2c3 100644 --- a/src/detect-engine-iponly.c +++ b/src/detect-engine-iponly.c @@ -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 */