]> git.ipfire.org Git - thirdparty/suricata.git/commitdiff
rules/decoder-events: fix duplicate sid
authorCorey Thomas <cthomas@oisf.net>
Tue, 2 Mar 2021 16:16:21 +0000 (11:16 -0500)
committerVictor Julien <victor@inliniac.net>
Tue, 22 Jun 2021 12:33:27 +0000 (14:33 +0200)
rules/decoder-events.rules

index 3dea158ac1f38418b110274ec7e40dc86f152de8..515e93325df53f421b6c1d1af84f994c4d467bce 100644 (file)
@@ -143,6 +143,6 @@ alert pkthdr any any -> any any (msg:"SURICATA ERSPAN too many vlan layers"; dec
 # Cisco Fabric Path/DCE
 alert pkthdr any any -> any any (msg:"SURICATA DCE packet too small"; decode-event:dce.pkt_too_small; classtype:protocol-command-decode; sid:2200110; rev:2;)
 
-alert pkthdr any any -> any any (msg:"SURICATA packet with too many layers"; decode-event:too_many_layers; classtype:protocol-command-decode; sid:2200111; rev:1;)
-# next sid is 2200112
+alert pkthdr any any -> any any (msg:"SURICATA packet with too many layers"; decode-event:too_many_layers; classtype:protocol-command-decode; sid:2200116; rev:1;)
 
+# next sid is 2200117