Actions
Optimization #7889
closeddetect/integers: move keywords from C to rust
Effort:
Difficulty:
Label:
Description
Actions
Added by Philippe Antoine 2 months ago. Updated 13 days ago.
Description
See usage of StringParseUint or ByteExtractStringUint
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
https://github.com/OISF/suricata/pull/13909 ok for all ByteExtractStringUint
After https://github.com/OISF/suricata/pull/14043 only ip_proto will remain
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)