Actions
Optimization #4112
closedTask #4095: tracking: unify rule keyword value parsing
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...
Updated by Philippe Antoine almost 3 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.
Updated by Philippe Antoine over 2 years ago
- Status changed from New to In Progress
- Assignee changed from Community Ticket to Philippe Antoine
Updated by Philippe Antoine over 2 years ago
- Status changed from In Progress to In Review
Updated by Victor Julien over 2 years ago
- Related to Feature #2697: prefilter support for stream_size added
Updated by Philippe Antoine over 2 years ago
- Status changed from In Review to Closed
https://github.com/OISF/suricata/pull/7526 finishes it
Actions