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.
Actions