suricata icon indicating copy to clipboard operation
suricata copied to clipboard

profiling: Correct profiling data array size

Open jlucovsky opened this issue 4 months ago • 2 comments

The profiling arrays are incorrectly sized by the number of thread modules. Since they contain app-layer protocol data, they should be sized by ALPROTO_MAX.

Link to ticket: https://redmine.openinfosecfoundation.org/issues/7334

Describe changes:

  • Size packet-based profiling arrays that cover app-layer protocols properly

Provide values to any of the below to override the defaults.

  • To use an LibHTP, Suricata-Verify or Suricata-Update pull request, link to the pull request in the respective _BRANCH variable.
  • Leave unused overrides blank or remove.

SV_REPO= SV_BRANCH= SU_REPO= SU_BRANCH= LIBHTP_REPO= LIBHTP_BRANCH=

jlucovsky avatar Oct 17 '24 13:10 jlucovsky