Task #6352
open
- Copied from Task #6351: detect/analyzer: add more details for the xbits keyword added
- Copied to Task #6353: detect/analyzer: add more details for the tcp seq keyword added
- Target version changed from 8.0.0-beta1 to TBD
I would like to work on this ticket, should i just assign it to myself?
also am not sure how to represent the negation detail of tcp-window.
jb_set_bool(js, "negation", wd->negated);
thats what am thinking
Nancy Enos wrote in #note-4:
I would like to work on this ticket, should i just assign it to myself?
Hi, yes, please feel free to assign it to yourself.
also am not sure how to represent the negation detail of tcp-window.
jb_set_bool(js, "negation", wd->negated);
thats what am thinking
Checking some suricata-verify tests that have keywords that allow for negation, I see that we usually use negated
, so I would go with that:
jb_set_bool(js, "negated", wd->negated);
- Status changed from New to Assigned
- Assignee changed from Community Ticket to Nancy Enos
- Status changed from Assigned to In Progress
- Status changed from In Progress to In Review
- Target version changed from TBD to 8.0.0-beta1
Also available in: Atom
PDF