Actions
Bug #690
closedFN: IP-only rule ip_proto not matching for some protocols (1.3.x)
Affected Versions:
Effort:
Difficulty:
Label:
Description
IPv4 packet with protocol 41 didn't match on:
alert ip any any -> any any (ip_proto:41; sid:1;)
This is because it is considered an IP-only rule, but protocol check for IP-only is broken.
Actions