Actions
Optimization #7212
closedstrtoul: replace with ByteExtractString variant
Effort:
low
Difficulty:
Label:
Beginner, Good First Issue
Description
The library utility strtoul has been factored into Suricata's ByteExtractString routines. Determining when strtoul is a bit awkward, so we should standardize on using ByteExtractString* and create suricata-verify tests wherever it's replaced.
Actions