Optimization #7889
open
detect/integers: move keywords from C to rust
Added by Philippe Antoine 28 days ago.
Updated 10 days ago.
Description
git grep ByteExtractStringUint src/detect*.c
seems to show 2 http2 keywords like error_code and frame_type and ike-chosen-sa.c
On the way, use enumerations or bitflags if needed (#6723 and #6724)
- Related to Task #6644: tracking: detect: integer as first-class support added
- Tracker changed from Bug to Optimization
- Related to Feature #6723: detect: review existing keywords for usage of enumerations added
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
- Status changed from New to In Progress
Also available in: Atom
PDF