-- fix wizard dtor
-- fixed norm module handling of tcp opts
-- fixed ecn normalization
+-- fixed pm backtracking
127
-- REG_TEST out logging tcp options for rebuilt packets to match snort bug
case RULE_OPTION_TYPE_CONTENT:
if (node->evaluate)
{
-#if 0
/* This will be set in the fast pattern matcher if we found
* a content and the rule option specifies not that
* content. Essentially we've already evaluated this rule
break;
}
}
-#endif
rval = node->evaluate(node->option_data, cursor, eval_data->p);
}
break;