Actions
Task #7834
closeddetect: remove unused non-pf stats counters
Effort:
Difficulty:
Label:
Description
https://github.com/OISF/suricata/commit/94644ac9604c272af72201a6c3e751d51508cdeb (detect: move non-pf rules into special prefilter engines)
removed the logic that made use of and incremented the stats counters:
- det_ctx->counter_fnonmpm_list
- det_ctx->counter_nonmpm_list
Some code was left, registering them, and mentioning them in the json schema.
Updated by Juliana Fajardini Reichow 10 days ago
- Status changed from New to In Review
Updated by Juliana Fajardini Reichow 10 days ago
2nd PR for review: https://github.com/OISF/suricata/pull/13661
Updated by Juliana Fajardini Reichow 2 days ago
- Status changed from In Review to Closed
Merged with https://github.com/OISF/suricata/pull/13693
Actions