Actions
Optimization #4908
closedftp: use AppLayerResult instead of buffering wherever possible
Effort:
Difficulty:
Label:
Description
Use AppLayerResult https://github.com/OISF/suricata/blob/master/src/app-layer-parser.h#L84-L98 instead of buffering the data.
If the length of the required incomplete data is not known, return 1 from AppLayerResult::incomplete to indicate that at least one more byte is required by the parser if it's available.
Actions