Actions
Optimization #4112
closed
PA
PA
Task #4095: tracking: unify rule keyword value parsing
Use generic rust DetectU32Data in every keyword needing this
Optimization #4112:
Use generic rust DetectU32Data in every keyword needing this
Effort:
Difficulty:
Label:
Beginner
Description
Starting by replacing the C version of DetectU32Data
git grep _GT src/detect*.h gives other places to do it such as DetectFilesizeMatch...
PA Updated by Philippe Antoine over 5 years ago
- Assignee set to Community Ticket
VJ Updated by Victor Julien over 5 years ago
- Parent task set to #4095
PA Updated by Philippe Antoine about 4 years ago
By the way, as Pierre told :
most of this functions differ only by a tag and the return value, these could also be passed as arguments of a function.
PA Updated by Philippe Antoine about 4 years ago
- Status changed from New to In Progress
- Assignee changed from Community Ticket to Philippe Antoine
PA Updated by Philippe Antoine about 4 years ago
- Status changed from In Progress to In Review
VJ Updated by Victor Julien almost 4 years ago
- Related to Feature #2697: prefilter support for stream_size added
PA Updated by Philippe Antoine almost 4 years ago
- Target version set to 7.0.0-beta1
PA Updated by Philippe Antoine almost 4 years ago
- Status changed from In Review to Closed
https://github.com/OISF/suricata/pull/7526 finishes it
Actions