Actions
Bug #1991
closedSuricata cannot parse ports: "![1234, 1235]"
Affected Versions:
Effort:
Difficulty:
Label:
Description
Have found small inconsistency when suricata parse ports list in signature
alert tcp any any -> any ![1234,1235] (msg:"Test rule 1"; flow:to_server; sid:1; rev:1;)
alert tcp any any -> any [!1234, !1235] (msg:"Test rule 2"; flow:to_server; sid:2; rev:1;)
alert tcp any any -> any ![1234, 1235] (msg:"Test rule 3"; flow:to_server; sid:3; rev:1;)
suricata cannot parse the 3rd signature: error parsing signature "alert tcp any any -> any ![1234, 1235]
Updated by Andreas Herz almost 8 years ago
- Assignee set to Andreas Herz
- Target version set to TBD
Updated by Andreas Herz almost 8 years ago
- Status changed from New to Closed
that's fixed with https://github.com/inliniac/suricata/commit/5b1de57d732f1c938cd3b781059d79ca974f2e0c thanks Eric
Updated by Victor Julien almost 8 years ago
- Target version changed from TBD to 3.2.1
Actions