static pcre_extra *config_pcre_extra = NULL;
static pcre_extra *option_pcre_extra = NULL;
-static uint32_t dbg_srcportany_cnt = 0;
-static uint32_t dbg_dstportany_cnt = 0;
-
/**
* \brief We use this as data to the hash table DetectEngineCtx->dup_sig_hash_table.
*/
return ret;
}
-uint32_t DbgGetSrcPortAnyCnt(void)
-{
- return dbg_srcportany_cnt;
-}
-
-uint32_t DbgGetDstPortAnyCnt(void)
-{
- return dbg_dstportany_cnt;
-}
-
SigMatch *SigMatchAlloc(void)
{
SigMatch *sm = SCMalloc(sizeof(SigMatch));