Home
last modified time | relevance | path

Searched refs:unset_sids (Results 1 – 1 of 1) sorted by relevance

/dports/security/suricata/suricata-6.0.4/src/
H A Ddetect-flowbits.c394 uint32_t *unset_sids; member
545 … void *ptr = SCRealloc(array[fb->idx].unset_sids, new_size * sizeof(uint32_t)); in DetectFlowbitsAnalyze()
549 array[fb->idx].unset_sids = ptr; in DetectFlowbitsAnalyze()
552 array[fb->idx].unset_sids[array[fb->idx].unset_sids_idx] = s->num; in DetectFlowbitsAnalyze()
640 SCFree(array[i].unset_sids); in DetectFlowbitsAnalyze()
706 const Signature *s = de_ctx->sig_array[e->unset_sids[i]]; in DetectFlowbitsAnalyzeDump()