|
|
|
@ -1062,8 +1062,6 @@ typedef struct DetectEngineThreadCtx_ {
|
|
|
|
uint16_t counter_match_list;
|
|
|
|
uint16_t counter_match_list;
|
|
|
|
#endif
|
|
|
|
#endif
|
|
|
|
|
|
|
|
|
|
|
|
int inspect_list; /**< list we're currently inspecting, DETECT_SM_LIST_* */
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
struct {
|
|
|
|
struct {
|
|
|
|
InspectionBuffer *buffers;
|
|
|
|
InspectionBuffer *buffers;
|
|
|
|
uint32_t buffers_size; /**< in number of elements */
|
|
|
|
uint32_t buffers_size; /**< in number of elements */
|
|
|
|
@ -1180,7 +1178,6 @@ typedef struct DetectEngineThreadCtx_ {
|
|
|
|
struct SCProfileSghData_ *sgh_perf_data;
|
|
|
|
struct SCProfileSghData_ *sgh_perf_data;
|
|
|
|
|
|
|
|
|
|
|
|
struct SCProfilePrefilterData_ *prefilter_perf_data;
|
|
|
|
struct SCProfilePrefilterData_ *prefilter_perf_data;
|
|
|
|
int prefilter_perf_size;
|
|
|
|
|
|
|
|
/** bytes inspected by current prefilter callback call */
|
|
|
|
/** bytes inspected by current prefilter callback call */
|
|
|
|
uint64_t prefilter_bytes;
|
|
|
|
uint64_t prefilter_bytes;
|
|
|
|
/** number of times we inspected a buffer */
|
|
|
|
/** number of times we inspected a buffer */
|
|
|
|
|