Actions
Optimization #7889
closeddetect/integers: move keywords from C to rust
Effort:
Difficulty:
Label:
Description
Updated by Philippe Antoine 2 months ago
- Related to Task #6644: tracking: detect: integer as first-class support added
Updated by Philippe Antoine 2 months ago
- Tracker changed from Bug to Optimization
Updated by Philippe Antoine about 2 months ago
- Related to Feature #6723: detect: review existing keywords for usage of enumerations added
Updated by Philippe Antoine about 2 months ago
See usage of StringParseUint or ByteExtractStringUint
Updated by Philippe Antoine about 2 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
Updated by Philippe Antoine about 2 months ago
- Status changed from New to In Progress
https://github.com/OISF/suricata/pull/13909 ok for all ByteExtractStringUint
Updated by Philippe Antoine about 1 month ago
Updated by Philippe Antoine about 1 month ago
After https://github.com/OISF/suricata/pull/14043 only ip_proto will remain
Updated by Philippe Antoine 13 days 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)
Updated by Philippe Antoine 13 days ago
- Status changed from In Progress to In Review
Updated by Philippe Antoine 13 days ago
- Status changed from In Review to Closed
Actions