Actions
Optimization #7889
closed
PA
PA
detect/integers: move keywords from C to rust
Optimization #7889:
detect/integers: move keywords from C to rust
Effort:
Difficulty:
Label:
Description
PA Updated by Philippe Antoine 11 months ago
- Related to Task #6644: tracking: detect: integer as first-class support added
PA Updated by Philippe Antoine 11 months ago
- Tracker changed from Bug to Optimization
PA Updated by Philippe Antoine 10 months ago
- Related to Feature #6723: detect: review existing keywords for usage of enumerations added
PA Updated by Philippe Antoine 10 months ago
See usage of StringParseUint or ByteExtractStringUint
PA Updated by Philippe Antoine 10 months ago
ike-chosen-sa is not a pure integer,
typedef struct {
char *sa_type;
uint32_t sa_value;
} DetectIkeChosenSaData;
This ticket will remain about pure integers
PA Updated by Philippe Antoine 10 months ago
- Status changed from New to In Progress
https://github.com/OISF/suricata/pull/13909 ok for all ByteExtractStringUint
PA Updated by Philippe Antoine 9 months ago
PA Updated by Philippe Antoine 9 months ago
After https://github.com/OISF/suricata/pull/14043 only ip_proto will remain
PA Updated by Philippe Antoine 9 months ago
Actually, I am not sure ip_proto is a good fit for the generic integer, as it gets used in signature DetectProto array, and can be used multiple times in a signature to refine (adding exclusions)
PA Updated by Philippe Antoine 9 months ago
- Status changed from In Progress to In Review
PA Updated by Philippe Antoine 9 months ago
- Status changed from In Review to Closed
Actions