Actions
Optimization #7186
opendetect: represent direction with enum
Effort:
Difficulty:
Label:
Beginner, C, Good First Issue
Description
As per the discussion seen in https://github.com/OISF/suricata/pull/11530#discussion_r1690185187, replace uint8_t
with an enum to represent app-proto direction (https://github.com/OISF/suricata/blob/master/src/detect.h#L431).
Actions