]> git.ipfire.org Git - thirdparty/suricata-verify.git/commitdiff
detect/integers: rename all1 to all 2738/head
authorPhilippe Antoine <pantoine@oisf.net>
Thu, 16 Oct 2025 14:10:28 +0000 (16:10 +0200)
committerVictor Julien <vjulien@oisf.net>
Tue, 4 Nov 2025 06:19:31 +0000 (06:19 +0000)
And all to all_or_absent

Ticket: 7929

tests/http2-window-index/test.rules

index cc1e9083b7a530caf79ae71a4df4b5afddabf6a4..49bb5eda0c2f6994c6d408f0e2db312c3e3e0ea7 100644 (file)
@@ -1,11 +1,11 @@
 # happens once
 alert http2 any any -> any any (http2.window:32768; sid:4; rev:1;)
 # happens many times because many txs do not have any http2.window
-alert http2 any any -> any any (http2.window:32768,all; sid:5; rev:1;)
+alert http2 any any -> any any (http2.window:32768,all_or_absent; sid:5; rev:1;)
 # does not happen as tx is 3 has http2.window:32768 and http2.window:32767
-alert http2 any any -> any any (http2.window:32768,all1; sid:6; rev:1;)
+alert http2 any any -> any any (http2.window:32768,all; sid:6; rev:1;)
 # matches (range is exclusive)
-alert http2 any any -> any any (http2.window:32766-32769,all1; sid:7; rev:1;)
+alert http2 any any -> any any (http2.window:32766-32769,all; sid:7; rev:1;)
 # matches for stream id 5
 alert http2 any any -> any any (http2.window:>36000,nb>1; sid:8; rev:1;)
 # happens many times because many txs do not have any http2.window