]> git.ipfire.org Git - thirdparty/suricata-verify.git/log
thirdparty/suricata-verify.git
6 months agotests: add RST with unacked data file tests 2227/head
Victor Julien [Tue, 3 Dec 2024 09:32:00 +0000 (10:32 +0100)] 
tests: add RST with unacked data file tests

Add tests for bad handling of unacked data following a RST.

The additional data should not lead to new tx's or files.

6 months agotests: add bug 7422 tests
Victor Julien [Sat, 30 Nov 2024 07:46:56 +0000 (08:46 +0100)] 
tests: add bug 7422 tests

Tests various forms of RST triggering handling of unACK'd data.

6 months agotests: don't enforce shutdown flow logging
Victor Julien [Fri, 20 Dec 2024 19:31:28 +0000 (20:31 +0100)] 
tests: don't enforce shutdown flow logging

Test checked for a flow log being generated by shutdown, but it is
possible to have the flow manager handle it before shutdown. So in that
case it would be "timeout". Since the test isn't about that, remove the
check.

6 months agotests: update for stricter timeout handling
Victor Julien [Fri, 20 Sep 2024 07:40:55 +0000 (09:40 +0200)] 
tests: update for stricter timeout handling

6 months agodns: adds test for corrupt additionals
Philippe Antoine [Tue, 10 Sep 2024 13:30:06 +0000 (15:30 +0200)] 
dns: adds test for corrupt additionals

Ticket: 7228

6 months agodns: update 7018 tests for suricata 8 2221/head
Philippe Antoine [Wed, 18 Dec 2024 21:04:47 +0000 (22:04 +0100)] 
dns: update 7018 tests for suricata 8

using dns v3 logging

Ticket: 7199

This also fixes ticket 7449

6 months agotests/lua: Test for issue 7466
Jeff Lucovsky [Sun, 29 Dec 2024 15:17:03 +0000 (10:17 -0500)] 
tests/lua: Test for issue 7466

This test was contributed by the reporter of issue 7466. Slight
modifications not affecting the structure nor results were made.

This test exercises the problem reported in the issue and a memory leak
will be reported on Suricata binaries without the fix (ASAN-only).

Non-ASAN builds will not report the issue (regardless of whether the
Suricata fix is included).

6 months agotest: truncated ipv4 test 2219/head
Jason Ish [Mon, 16 Dec 2024 18:50:54 +0000 (12:50 -0600)] 
test: truncated ipv4 test

Test that no src_ip, dest_ip are logged instead of just empty strings.

Ticket: https://redmine.openinfosecfoundation.org/issues/7460

6 months agooutput: Permit output tests for failure case 2214/head
Jeff Lucovsky [Thu, 12 Dec 2024 14:53:25 +0000 (09:53 -0500)] 
output: Permit output tests for failure case

Remove the restriction for bug-5198. The test case uses discretionary
access control to mediate access to the output log directory. Thus, skip
the test when running as root.

Issue: 7447

7 months agodoh2: add test for 65K limit 2204/head
Philippe Antoine [Wed, 18 Dec 2024 20:23:36 +0000 (21:23 +0100)] 
doh2: add test for 65K limit

Ticket: 7464

7 months agotests: workaround for urgp tests 2196/head 2199/head
Victor Julien [Wed, 18 Dec 2024 19:57:03 +0000 (20:57 +0100)] 
tests: workaround for urgp tests

Slow runs lead to multiple stats records with the same data.

Completes cb35ba0d74e1bd163071c3cea1abe509018cda4a

7 months agotests: workaround for urgp test 2193/head
Victor Julien [Tue, 17 Dec 2024 15:29:02 +0000 (16:29 +0100)] 
tests: workaround for urgp test

Slow runs lead to multiple stats records with the same data.

7 months agodns: enable test for ticket 7018
Philippe Antoine [Wed, 11 Dec 2024 14:54:09 +0000 (15:54 +0100)] 
dns: enable test for ticket 7018

by converting to dns v3 mostly

Ticket: 7018
Ticket: 7449

7 months agoapplayer: add test for dcerpc req http resp 2186/head
Shivani Bhardwaj [Tue, 12 Nov 2024 08:18:17 +0000 (13:48 +0530)] 
applayer: add test for dcerpc req http resp

as done in the unittest AppLayerTest08 as of Suricata 278dc24c.

7 months agotests: tcp urgent for 7.0.x suricata-7.0.8
Victor Julien [Wed, 11 Dec 2024 20:15:56 +0000 (21:15 +0100)] 
tests: tcp urgent for 7.0.x

7 months agotests: tcp urgent tests
Victor Julien [Mon, 9 Dec 2024 16:13:07 +0000 (17:13 +0100)] 
tests: tcp urgent tests

7 months agotests: update telnet for urgent handling
Victor Julien [Mon, 9 Dec 2024 16:02:19 +0000 (17:02 +0100)] 
tests: update telnet for urgent handling

7 months agodns-rname-truncated: update for 7.0.8 backport
Jason Ish [Tue, 10 Dec 2024 20:40:35 +0000 (14:40 -0600)] 
dns-rname-truncated: update for 7.0.8 backport

7 months agotest: dns name truncation
Jason Ish [Fri, 1 Nov 2024 18:02:04 +0000 (12:02 -0600)] 
test: dns name truncation

Add test for DNS name truncation and associated alert.

Ticket: #7280

7 months agotls: add ticket reference in READMEs 2179/head 2181/head
Philippe Antoine [Wed, 11 Dec 2024 14:03:00 +0000 (15:03 +0100)] 
tls: add ticket reference in READMEs

7 months agobackport: for ticket 7199 and 7318
Philippe Antoine [Wed, 11 Dec 2024 13:53:53 +0000 (14:53 +0100)] 
backport: for ticket 7199 and 7318

As these tickets impact some common tests

7 months agoadd test for extra tls alert 2175/head
Shivani Bhardwaj [Mon, 7 Oct 2024 08:24:16 +0000 (13:54 +0530)] 
add test for extra tls alert

7 months agotests: update firewall test for pkt sigs not alerting on ffr packets
Victor Julien [Thu, 28 Nov 2024 10:41:16 +0000 (11:41 +0100)] 
tests: update firewall test for pkt sigs not alerting on ffr packets

7 months agotls: add check for catch-all rule logging app-layer metadata 2172/head
Philippe Antoine [Mon, 2 Dec 2024 10:18:29 +0000 (11:18 +0100)] 
tls: add check for catch-all rule logging app-layer metadata

Ticket: 7530

7 months agopgsql: use detect.guess-applayer-tx for content test
Philippe Antoine [Thu, 28 Nov 2024 12:37:47 +0000 (13:37 +0100)] 
pgsql: use detect.guess-applayer-tx for content test

Ticket: 7199

7 months agooutput: use detect.guess-applayer-tx for http-ish content test
Philippe Antoine [Thu, 28 Nov 2024 10:19:15 +0000 (11:19 +0100)] 
output: use detect.guess-applayer-tx for http-ish content test

Ticket: 7199

7 months agotests: add test for bug-7199
Juliana Fajardini [Fri, 27 Sep 2024 20:55:50 +0000 (17:55 -0300)] 
tests: add test for bug-7199

More of a change in behavior than a bug, but important to be documented

Related to
Bug https://redmine.openinfosecfoundation.org/issues/7199

7 months agotests: enable task 7426 test to 70x 2169/head
Juliana Fajardini [Fri, 6 Dec 2024 12:51:41 +0000 (09:51 -0300)] 
tests: enable task 7426 test to 70x

Related to
Task #7427

7 months agotests: support bug 7414 tests for 7
Victor Julien [Fri, 6 Dec 2024 05:50:31 +0000 (06:50 +0100)] 
tests: support bug 7414 tests for 7

7 months agotest: simple test for unknown requirements
Jason Ish [Wed, 4 Dec 2024 17:45:38 +0000 (11:45 -0600)] 
test: simple test for unknown requirements

7 months agotest: test setting to ignore unknown requirement
Jason Ish [Wed, 4 Dec 2024 17:13:08 +0000 (11:13 -0600)] 
test: test setting to ignore unknown requirement

Test that the new behavior in 8 for treating unknown requirements as
unsatisfied can be disable in 7.0.8 and newer, but that this setting is not
respected in 8.

7 months agotest: check flowint isnotset support 2165/head
Juliana Fajardini [Thu, 5 Dec 2024 01:32:05 +0000 (22:32 -0300)] 
test: check flowint isnotset support

Related to
Task #7426

7 months agotests: add test for 7414 and 7433
Victor Julien [Wed, 4 Dec 2024 08:27:22 +0000 (09:27 +0100)] 
tests: add test for 7414 and 7433

8 months agohttp1: adds test with invalid status 2085/head 2161/head
Philippe Antoine [Tue, 8 Oct 2024 14:10:04 +0000 (16:10 +0200)] 
http1: adds test with invalid status

Ticket: 7311

8 months agotests: add keyword check to requires test 2158/head
Jason Ish [Wed, 20 Nov 2024 17:12:03 +0000 (11:12 -0600)] 
tests: add keyword check to requires test

Only for 8.0 for now.

requires-fail: With the change to unknown requires statements treated as
not meeting requirements, update the rule to use an unknown keyword to
make it fail out.

This is to test an edge case from ticket #6710.

Ticket: #7403

8 months agotransforms: remove dependency on C files 2156/head
Philippe Antoine [Wed, 27 Nov 2024 13:44:34 +0000 (14:44 +0100)] 
transforms: remove dependency on C files

As most transforms have been moved to rust in suricata master

8 months agodetect-xor: do not depend on C code
Shivani Bhardwaj [Mon, 25 Nov 2024 08:07:48 +0000 (13:37 +0530)] 
detect-xor: do not depend on C code

Starting 8984bc68011, xor transform was moved to rust and this test was
always skipped as it depended on the C file.

8 months agomqtt: test reason code since Suricata 7 2155/head
Philippe Antoine [Wed, 27 Nov 2024 15:06:54 +0000 (16:06 +0100)] 
mqtt: test reason code since Suricata 7

8 months agoAdds tests for negated content and absent keyword 2150/head
Philippe Antoine [Thu, 30 Nov 2023 13:46:04 +0000 (14:46 +0100)] 
Adds tests for negated content and absent keyword

Ticket: 2224

8 months agodatasets: add test to show hash collisions 2149/head
Shivani Bhardwaj [Tue, 5 Nov 2024 13:20:15 +0000 (18:50 +0530)] 
datasets: add test to show hash collisions

Bug 7209

8 months agoldap: add test for STARTTLS extended operation 2142/head
Pierre Chifflier [Wed, 13 Nov 2024 15:39:03 +0000 (16:39 +0100)] 
ldap: add test for STARTTLS extended operation

8 months agorule-types: add check for more rule types 2139/head
Juliana Fajardini [Thu, 7 Nov 2024 21:19:14 +0000 (18:19 -0300)] 
rule-types: add check for more rule types

The goal is to have at least one rule for each rule type the engine
has.

8 months agotests: TLS SNI firewall test for non-matching SNI
Victor Julien [Tue, 24 Sep 2024 19:26:34 +0000 (21:26 +0200)] 
tests: TLS SNI firewall test for non-matching SNI

8 months agotests: add TLS enforcement tests
Victor Julien [Tue, 24 Sep 2024 13:30:29 +0000 (15:30 +0200)] 
tests: add TLS enforcement tests

Tests that flow is TLS and if SNI is expected.

8 months agotests: add basic TCP tracking firewall rules
Victor Julien [Tue, 24 Sep 2024 13:20:09 +0000 (15:20 +0200)] 
tests: add basic TCP tracking firewall rules

8 months agosip: adds checks for stat code keyword 2136/head
Philippe Antoine [Wed, 2 Oct 2024 09:06:09 +0000 (11:06 +0200)] 
sip: adds checks for stat code keyword

Ticket: 7295

Ensures that stat-code and method do not share the same buffer
in different directions

8 months agodetect/http: backport http.header test for 7 2122/head 2126/head
Philippe Antoine [Thu, 7 Nov 2024 15:11:46 +0000 (16:11 +0100)] 
detect/http: backport http.header test for 7

Ticket: 7327

8 months agoprefilter/multibuf: test with multiple packets 2118/head
Philippe Antoine [Tue, 15 Oct 2024 12:41:16 +0000 (14:41 +0200)] 
prefilter/multibuf: test with multiple packets

Ticket: 7326

8 months agotests: add rule type check for tcp-window
Nancy Enos [Thu, 24 Oct 2024 07:38:47 +0000 (10:38 +0300)] 
tests: add rule type check for tcp-window

Ticket: 6352

8 months agomqtt: check SUBACK
Sascha Steinbiss [Sun, 20 Oct 2024 01:20:05 +0000 (03:20 +0200)] 
mqtt: check SUBACK

This requires SUBACK matching support.

8 months agomqtt: check for CONNACK reason code 134
Sascha Steinbiss [Sun, 20 Oct 2024 01:19:19 +0000 (03:19 +0200)] 
mqtt: check for CONNACK reason code 134

See https://redmine.openinfosecfoundation.org/issues/7323 and
https://forum.suricata.io/t/question-about-mqtt-detection/4890/3

8 months agomqtt: check reason codes for CONNACK
Sascha Steinbiss [Sun, 20 Oct 2024 01:18:42 +0000 (03:18 +0200)] 
mqtt: check reason codes for CONNACK

9 months agotls/eve-fields: update test to 7.0.8 2108/head
Juliana Fajardini [Thu, 17 Oct 2024 19:05:03 +0000 (12:05 -0700)] 
tls/eve-fields: update test to 7.0.8

Related to
Bug #7287

9 months agotests: add rule type check for flow.age 2103/head 2105/head
Alice Akaki [Tue, 22 Oct 2024 22:38:47 +0000 (18:38 -0400)] 
tests: add rule type check for flow.age

Ticket: #6312

9 months agotemplate: use the keyword for the tx buffer for suricata 7 2100/head
Philippe Antoine [Thu, 10 Oct 2024 19:53:27 +0000 (21:53 +0200)] 
template: use the keyword for the tx buffer for suricata 7

Ticket: 7315

9 months agotls: add check for 'subjectaltname' 2098/head 2099/head
Juliana Fajardini [Thu, 17 Oct 2024 00:36:32 +0000 (17:36 -0700)] 
tls: add check for 'subjectaltname'

As this was missing from the logs, ensure that there won't be any
regressions.

Related to
Bug #7332

9 months agotls: check for custom fields logging
Juliana Fajardini [Wed, 16 Oct 2024 19:26:44 +0000 (12:26 -0700)] 
tls: check for custom fields logging

Related to
Bug https://redmine.openinfosecfoundation.org/issues/7287

9 months agotests: showcase bug 7286 (tls) 2097/head
Juliana Fajardini [Fri, 27 Sep 2024 14:14:46 +0000 (11:14 -0300)] 
tests: showcase bug 7286 (tls)

Related to
Bug https://redmine.openinfosecfoundation.org/issues/7286

9 months agodetect/datasets: adds test for unset operation
Philippe Antoine [Mon, 12 Aug 2024 08:18:04 +0000 (10:18 +0200)] 
detect/datasets: adds test for unset operation

Ticket: 7195

9 months agodns-reversed-udp-1: test that flow is reversed
Jason Ish [Wed, 25 Sep 2024 16:37:54 +0000 (10:37 -0600)] 
dns-reversed-udp-1: test that flow is reversed

Test that because this is a DNS response, that the flow is reversed.

9 months agotests: showcase endswith, distance + within usage
Juliana Fajardini [Tue, 24 Sep 2024 21:33:54 +0000 (18:33 -0300)] 
tests: showcase endswith, distance + within usage

Suricata docs state that `endswith` cannot be mixed with `offset`,
`within` or `distance` for the same pattern, but apparently, at least
from Suricata 7 on, this seems possible.

Tests created based on material and scenarios provided by Brandon
Murphy in the Redmine ticket.

Related to
Task #5030

9 months agotests: add rule type check for icmp_id 2095/head
Alice Akaki [Thu, 10 Oct 2024 03:42:40 +0000 (23:42 -0400)] 
tests: add rule type check for icmp_id

Ticket: #6360

9 months agotemplate: use the keyword for the tx buffer 2087/head 2089/head
Philippe Antoine [Tue, 8 Oct 2024 19:42:43 +0000 (21:42 +0200)] 
template: use the keyword for the tx buffer

Ticket: 7315

10 months agotransform/base64: adds test against UBSan 2075/head 2086/head
Philippe Antoine [Thu, 3 Oct 2024 12:51:35 +0000 (14:51 +0200)] 
transform/base64: adds test against UBSan

Ticket: 7296

10 months agotls: test for tls header inspection rules suricata-7.0.7
Ilya Bakhtin [Thu, 29 Aug 2024 19:18:48 +0000 (21:18 +0200)] 
tls: test for tls header inspection rules

Ticket - 7235

10 months agodatasets: do not expect a reproducible order
Philippe Antoine [Mon, 23 Sep 2024 07:34:49 +0000 (09:34 +0200)] 
datasets: do not expect a reproducible order

as hashmaps may be randomized

Ticket: 7209

10 months agotests: enable 7264 test for 7.0.7 2061/head 2063/head
Victor Julien [Wed, 25 Sep 2024 04:52:20 +0000 (06:52 +0200)] 
tests: enable 7264 test for 7.0.7

10 months agotests: add test for bug 7264 2059/head
Victor Julien [Fri, 20 Sep 2024 14:04:57 +0000 (16:04 +0200)] 
tests: add test for bug 7264

10 months agopgsql: update raw-stream-trigger test for suri-7 2057/head
Juliana Fajardini [Mon, 23 Sep 2024 21:08:24 +0000 (18:08 -0300)] 
pgsql: update raw-stream-trigger test for suri-7

Related to
Bug #7001

10 months agotests: enable bug 7187 test for 7.0.x
Victor Julien [Mon, 23 Sep 2024 15:45:08 +0000 (17:45 +0200)] 
tests: enable bug 7187 test for 7.0.x

10 months agotests: Updates for 6555
Jeff Lucovsky [Thu, 15 Aug 2024 14:58:34 +0000 (10:58 -0400)] 
tests: Updates for 6555

This commit provides updates needed for issue 6555. Previously, the gap
handling was restricted to master; 6555 adds those changes to main-7.0.x

Most of the changes are to extend the version; the
eve-payload-07-http-gap tests adds version-based checks as a new output
value payload_length is not available in main-7.0.x

10 months agosip: add tests for headers sticky buffers 2053/head
Giuseppe Longo [Sun, 14 Apr 2024 12:07:10 +0000 (14:07 +0200)] 
sip: add tests for headers sticky buffers

Ticket #6374

10 months agosmtp: add tests for issue 7126
Jeff Lucovsky [Wed, 14 Aug 2024 14:11:48 +0000 (10:11 -0400)] 
smtp: add tests for issue 7126

Ensure the SMTP applayer parser doesn't generate an error message while
parsing the SMTP frames.

10 months agopgsql: update bug 6983 test 2050/head
Juliana Fajardini [Wed, 11 Sep 2024 14:12:33 +0000 (11:12 -0300)] 
pgsql: update bug 6983 test

With the tracking of transaction completion per-direction, in IPS mode,
the engine will match on the rule before it sees the response message,
so it won't log the full transaction with the alert.

Update the checks for the alert to keep it simpler and thus compatible
with both Suri-7 and Suri-8.

Related to
Bug #7113

10 months agopgsql: add tests with alert metadata
Juliana Fajardini [Mon, 10 Jun 2024 23:38:46 +0000 (20:38 -0300)] 
pgsql: add tests with alert metadata

Check for transaction metadata in PGSQL alerts.
Add `engine-analysis` tests for the used rules, as well, to better
describe them and compare with expected behavior.

Related to
Task #7000

10 months agotests: move pcaps to tests where they are used 2049/head
Philippe Antoine [Sun, 25 Aug 2024 20:28:01 +0000 (22:28 +0200)] 
tests: move pcaps to tests where they are used

Following removal of tests only used in 6, some directories
were left with only a pcap, that got used by other tests.

Found with command
for pcap in $(find . -name *.pcap); do if ! test -e "$(dirname $pcap)/test.yaml"; then echo "$(dirname $pcap)"; fi; done

10 months agotests: update ips-state-1 test
Juliana Fajardini [Wed, 10 Jul 2024 20:18:54 +0000 (17:18 -0300)] 
tests: update ips-state-1 test

This test indicated that there were FP drops for HTTP transactions,
leading the `http` events check to fail. This is no longer the case.

flow.action is still not set to drop for tls.

10 months agoREADME/help: add info on IPS mode tests creation
Juliana Fajardini [Wed, 3 Jul 2024 19:36:14 +0000 (16:36 -0300)] 
README/help: add info on IPS mode tests creation

It is possible to create a test that runs in IPS mode by just adding ips
to its name. But that is not documented. This will might not work when
using the createst script, though, as when the script runs the test for
the first time to create the `test.yaml` checks, the test-name is not
taken into consideration (therefore, the checks are valid for IDS mode).

Related to
Task #7039

10 months agoREADME: keep help text up-to-date w/ actual help
Juliana Fajardini [Fri, 5 Jul 2024 15:19:52 +0000 (12:19 -0300)] 
README: keep help text up-to-date w/ actual help

There were discrepancies between the help text shown by the createst
script and the version shown in the README file.

I've kept the bit longer explanation for some of the options where it
feels they're not so straightforward in meaning.

10 months agotests/reference; Tests for reference inclusion 2046/head
Jeff Lucovsky [Mon, 29 Apr 2024 19:00:04 +0000 (15:00 -0400)] 
tests/reference; Tests for reference inclusion

Issue: 4974

Positive and negative tests for reference inclusion in alerts.

Additionally, reference-04 tests that a scheme provided with
a reference is used in place of the key.

10 months agorules/test: add app-layer-protocol negated test 2043/head 2045/head
Juliana Fajardini [Fri, 13 Sep 2024 21:27:50 +0000 (18:27 -0300)] 
rules/test: add app-layer-protocol negated test

To complement bug-7241 tests.

10 months agotests: add test for issue 7241/7242 for 7
Victor Julien [Wed, 11 Sep 2024 07:10:37 +0000 (09:10 +0200)] 
tests: add test for issue 7241/7242 for 7

Add test that works with Suricata 7.

10 months agohttp2: test all frames types 2036/head
Philippe Antoine [Thu, 5 Sep 2024 19:03:09 +0000 (21:03 +0200)] 
http2: test all frames types

10 months agohttp/gap: fix check for payload_length
Philippe Antoine [Wed, 14 Aug 2024 20:24:58 +0000 (22:24 +0200)] 
http/gap: fix check for payload_length

Change to suricata.yaml illustrates bug 7213

There is not yet a valid http1.response frame for the second request
after the gap

10 months agohttp2: add test for frames
Philippe Antoine [Wed, 14 Aug 2024 14:25:17 +0000 (16:25 +0200)] 
http2: add test for frames

Ticket: 5743

10 months agotests: add test for 7187
Victor Julien [Wed, 31 Jul 2024 12:12:55 +0000 (14:12 +0200)] 
tests: add test for 7187

10 months agotls/ja3: backport test with duplicate handshake 2031/head 2033/head
Philippe Antoine [Tue, 10 Sep 2024 06:54:30 +0000 (08:54 +0200)] 
tls/ja3: backport test with duplicate handshake

Ticket: 6634

10 months agotests: add test for issue 7241 2030/head
Victor Julien [Fri, 6 Sep 2024 12:21:25 +0000 (14:21 +0200)] 
tests: add test for issue 7241

Test for 8+ only.

11 months agotls/ja3: adds test with duplicate handshake 2028/head
Philippe Antoine [Tue, 3 Sep 2024 14:04:09 +0000 (16:04 +0200)] 
tls/ja3: adds test with duplicate handshake

Ticket: 6634

11 months agopgsql: update bug-6983 tests 2020/head 2027/head
Juliana Fajardini [Tue, 27 Aug 2024 17:53:16 +0000 (14:53 -0300)] 
pgsql: update bug-6983 tests

Add app-layer fields to pgsql alerts.

Related to
Bug #7066

11 months agotests: remove suricata 6 specific tests 2013/head
Jason Ish [Thu, 15 Aug 2024 19:52:47 +0000 (13:52 -0600)] 
tests: remove suricata 6 specific tests

Some tests directories remain as one or more exists tests link to these
pcaps. Just leaving until we have a strategy like a hash based pcap repo
or something else.

11 months agogithub-ci: remove 6.0.x builds
Jason Ish [Tue, 13 Aug 2024 21:20:21 +0000 (15:20 -0600)] 
github-ci: remove 6.0.x builds

Suricata 6.0 is now EOL.

11 months agoldap: add tests for udp and frames 2003/head 2009/head
Giuseppe Longo [Thu, 18 Jul 2024 15:14:55 +0000 (17:14 +0200)] 
ldap: add tests for udp and frames

11 months agorfb: adds test for rules with secresult being an integer keyword
Philippe Antoine [Fri, 19 Jul 2024 09:41:18 +0000 (11:41 +0200)] 
rfb: adds test for rules with secresult being an integer keyword

Ticket: 6723

11 months agorfb: convert unit test to SV
Philippe Antoine [Wed, 17 Jul 2024 14:08:23 +0000 (16:08 +0200)] 
rfb: convert unit test to SV

Ticket: 7178

12 months agodetect: test prefilter auto mode 2001/head 2002/head
Philippe Antoine [Fri, 2 Aug 2024 09:40:21 +0000 (11:40 +0200)] 
detect: test prefilter auto mode

Ticket: 6278

12 months agodetect: adds check for decode-event with prefilter
Philippe Antoine [Fri, 26 Jul 2024 12:54:53 +0000 (14:54 +0200)] 
detect: adds check for decode-event with prefilter

Ticket: 6728

12 months agodetect: adds check for stream-event with prefilter
Philippe Antoine [Fri, 26 Jul 2024 12:52:41 +0000 (14:52 +0200)] 
detect: adds check for stream-event with prefilter

Ticket: 6728

12 months agossh: adds test for frames 1998/head
Philippe Antoine [Fri, 21 Jun 2024 06:53:30 +0000 (08:53 +0200)] 
ssh: adds test for frames

Ticket: 5734

12 months agodoh: adds test for dns over http2 with post 1980/head 1988/head
Philippe Antoine [Thu, 28 Mar 2024 15:51:03 +0000 (16:51 +0100)] 
doh: adds test for dns over http2 with post

Ticket: 5773