detect/iponly: update SigNumArray comment

pull/7018/head
Victor Julien 5 years ago
parent d04dface20
commit 860daceb04

@ -492,11 +492,9 @@ static void IPOnlyCIDRListPrint(IPOnlyCIDRItem *tmphead)
} }
#endif #endif
/** /** \brief user data for storing signature id's in the radix tree
* SigNumArray is a bit array representing signatures *
* it can be used linked to src/dst address to indicate * Bit array representing signature internal id's (Signature::num).
* which signatures apply to this addres
* at IP Only we store SigNumArrays at the radix trees
*/ */
typedef struct SigNumArray_ { typedef struct SigNumArray_ {
uint8_t *array; /* bit array of sig nums */ uint8_t *array; /* bit array of sig nums */

Loading…
Cancel
Save