Actions
Feature #506
closedUpdate rules analyser after #494 changes
Effort:
Difficulty:
Label:
Description
It is now possible to write rules such as:
alert ip6 any any -> any 22 (msg: "TEST IP6"; sid:2;) alert tcp any any -> any any (msg: "TEST TCP 6"; l3_proto:ipv6; sid:12;) alert http any any -> any 22 (msg: "TEST HTTP 6"; l3_proto:ip6; sid:14;)
The analyser may need to be update to reflect this.
Actions