]> git.ipfire.org Git - thirdparty/suricata.git/commitdiff
decoder: mention removal of udp.hlen_invalid sig
authorVictor Julien <vjulien@oisf.net>
Mon, 30 Jan 2023 13:32:28 +0000 (14:32 +0100)
committerVictor Julien <vjulien@oisf.net>
Mon, 30 Jan 2023 18:16:39 +0000 (19:16 +0100)
rules/decoder-events.rules

index bcdbe078569c52b210831e588552d682d87cece8..e3f1e30bfa013b94512751b85a38dbf2cc6a6ff1 100644 (file)
@@ -67,6 +67,7 @@ alert pkthdr any any -> any any (msg:"SURICATA TCP option invalid length"; decod
 alert pkthdr any any -> any any (msg:"SURICATA TCP duplicated option"; decode-event:tcp.opt_duplicate; classtype:protocol-command-decode; sid:2200037; rev:2;)
 alert pkthdr any any -> any any (msg:"SURICATA UDP packet too small"; decode-event:udp.pkt_too_small; classtype:protocol-command-decode; sid:2200038; rev:2;)
 alert pkthdr any any -> any any (msg:"SURICATA UDP header length too small"; decode-event:udp.hlen_too_small; classtype:protocol-command-decode; sid:2200039; rev:2;)
+# 2200040 "udp.hlen_invalid" has been retired.
 alert pkthdr any any -> any any (msg:"SURICATA UDP invalid length field in the header"; decode-event:udp.len_invalid; classtype:protocol-command-decode; sid:2200120; rev:2;)
 alert pkthdr any any -> any any (msg:"SURICATA SLL packet too small"; decode-event:sll.pkt_too_small; classtype:protocol-command-decode; sid:2200041; rev:2;)
 alert pkthdr any any -> any any (msg:"SURICATA Ethernet packet too small"; decode-event:ethernet.pkt_too_small; classtype:protocol-command-decode; sid:2200042; rev:2;)