mirror of https://github.com/OISF/suricata
detect: don't run IP inspection on non-IP packets
The code to get the rule group (sgh) would return the group for IP proto 0 instead of nothing. This lead to certain types of rules unintentionally matching (False Positive). Since the packets weren't actually IP, the logged alert records were missing the IP header. Bug #2017.pull/2549/head
parent
4683b0e662
commit
86222428dd
Loading…
Reference in New Issue