Actions
Optimization #7889
opendetect/integers: move keywords from C to rust
Effort:
Difficulty:
Label:
Description
Updated by Philippe Antoine 28 days ago
- Related to Task #6644: tracking: detect: integer as first-class support added
Updated by Philippe Antoine 21 days ago
- Tracker changed from Bug to Optimization
Updated by Philippe Antoine 12 days ago
- Related to Feature #6723: detect: review existing keywords for usage of enumerations added
Updated by Philippe Antoine 11 days ago
See usage of StringParseUint
or ByteExtractStringUint
Updated by Philippe Antoine 10 days 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 10 days ago
- Status changed from New to In Progress
https://github.com/OISF/suricata/pull/13909 ok for all ByteExtractStringUint
Actions