Home
last modified time | relevance | path

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

/dports/security/snort/snort-2.9.18/src/detection-plugins/
H A Dsp_flowbits.c693 void processFlowBitsWithGroup(char *flowbitsName, char *groupName, FLOWBITS_OP *flowbits) in processFlowBitsWithGroup() argument
704 processFlowbits(flowbitsName,flowbits_grp, flowbits); in processFlowBitsWithGroup()
733 char *flowbitsName = NULL; in FlowBitsParse() local
835 flowbitsName = toks[1]; in FlowBitsParse()
841 processFlowBitsWithGroup(flowbitsName, groupName, flowbits); in FlowBitsParse()
H A Dsp_flowbits.h109 void processFlowBitsWithGroup(char *flowbitsName, char *groupName, FLOWBITS_OP *flowbits);