Actions
Feature #6261
open
TW
TW
Add GRE as a parsible protocol
Feature #6261:
Add GRE as a parsible protocol
Effort:
Difficulty:
Label:
Description
This will allow rules wanting to match on GRE packets without having to specify the protocol number specifically.
For example:
alert gre any any -> any any (msg:"gre-decoder-events GRE packet too small"; decode-event:gre.pkt_too_small; sid:2200052; rev:1;)
Actions