Actions
Optimization #6575
closed
PA
PA
detect/multi-buffer: use single definition of struct PrefilterMpmKrb5Name
Optimization #6575:
detect/multi-buffer: use single definition of struct PrefilterMpmKrb5Name
Effort:
Difficulty:
Label:
Description
typedef struct PrefilterMpmKrb5Name {
int list_id;
const MpmCtx *mpm_ctx;
const DetectEngineTransforms *transforms;
} PrefilterMpmKrb5Name;
is redefined and used by all multi-buffer keywords
PA Updated by Philippe Antoine about 2 years ago
- Target version changed from TBD to 8.0.0-beta1
PA Updated by Philippe Antoine about 2 years ago
- Blocks Bug #2224: rules: negated http_* match returns false if buffer not populated added
PA Updated by Philippe Antoine about 2 years ago
- Status changed from New to In Review
- Priority changed from Low to High
PA Updated by Philippe Antoine about 2 years ago
- Related to Feature #5234: tls: subjectAltName buffer added
PA Updated by Philippe Antoine almost 2 years ago
- Status changed from In Review to Closed
VJ Updated by Victor Julien 12 months ago
- Priority changed from High to Normal
Actions