Actions
Bug #689
closedFN: IP-only rule ip_proto not matching for some protocols
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.
Updated by Victor Julien almost 12 years ago
- Status changed from Assigned to Closed
commit 5f4c52801e663f499abee4b5c004b6ca75ded4df Author: Victor Julien <victor@inliniac.net> Date: Tue Dec 18 16:54:46 2012 +0100 Fix protocol check for IP-only (#689).
Actions