Project

General

Profile

Bug #84 » 0001-Fix-rules-with-thresholding-set-not-being-able-to-be.patch

Victor Julien, 03/18/2010 03:34 PM

View differences:

src/detect-threshold.c
sigmatch_table[DETECT_THRESHOLD].Setup = DetectThresholdSetup;
sigmatch_table[DETECT_THRESHOLD].Free = DetectThresholdFree;
sigmatch_table[DETECT_THRESHOLD].RegisterTests = ThresholdRegisterTests;
/* this is compatible to ip-only signatures */
sigmatch_table[DETECT_THRESHOLD].flags |= SIGMATCH_IPONLY_COMPAT;
const char *eb;
int opts = 0;
(1-1/2)