]> git.ipfire.org Git - thirdparty/suricata-verify.git/commit
tests: add tests for decode encapsulation types 2580/head
authorJuliana Fajardini <jufajardini@oisf.net>
Thu, 5 Jun 2025 15:43:12 +0000 (12:43 -0300)
committerVictor Julien <victor@inliniac.net>
Sat, 21 Jun 2025 19:32:48 +0000 (21:32 +0200)
commitc6d68da26c4a4e3136060801de395bfda664830c
tree0fa67ee715f752221568e92e28532cad0d88ebe6
parentbe969fd438843a522864bc57031ba4a4de5c7b2d
tests: add tests for decode encapsulation types

Add simple tests for alert to match on TCP traffic over:

- IPv4 over IPv4 - bug-4571-01
- IPv6           - bug-4571-02
- IPv6 over IPv6 - bug-4571-03
- IPv6 over IPv4 - bug-4571-04
- IPv4           - bug-4571-05
- IPv4 over IPv6 - bug-4571-06

Related to
Bug #4571
Bug #7725
Bug #7752
30 files changed:
tests/bug-4571-01/README.md [new file with mode: 0644]
tests/bug-4571-01/ipv4_over_ipv4.pcap [new file with mode: 0644]
tests/bug-4571-01/suricata.yaml [new file with mode: 0644]
tests/bug-4571-01/test.rules [new file with mode: 0644]
tests/bug-4571-01/test.yaml [new file with mode: 0644]
tests/bug-4571-02/README.md [new file with mode: 0644]
tests/bug-4571-02/ipv6.pcap [new file with mode: 0644]
tests/bug-4571-02/suricata.yaml [new file with mode: 0644]
tests/bug-4571-02/test.rules [new file with mode: 0644]
tests/bug-4571-02/test.yaml [new file with mode: 0644]
tests/bug-4571-03/README.md [new file with mode: 0644]
tests/bug-4571-03/ipv6_over_ipv6.pcap [new file with mode: 0644]
tests/bug-4571-03/suricata.yaml [new file with mode: 0644]
tests/bug-4571-03/test.rules [new file with mode: 0644]
tests/bug-4571-03/test.yaml [new file with mode: 0644]
tests/bug-4571-04/README.md [new file with mode: 0644]
tests/bug-4571-04/ipv6_over_ipv4.pcap [new file with mode: 0644]
tests/bug-4571-04/suricata.yaml [new file with mode: 0644]
tests/bug-4571-04/test.rules [new file with mode: 0644]
tests/bug-4571-04/test.yaml [new file with mode: 0644]
tests/bug-4571-05/README.md [new file with mode: 0644]
tests/bug-4571-05/ipv4.pcap [new file with mode: 0644]
tests/bug-4571-05/suricata.yaml [new file with mode: 0644]
tests/bug-4571-05/test.rules [new file with mode: 0644]
tests/bug-4571-05/test.yaml [new file with mode: 0644]
tests/bug-4571-06/README.md [new file with mode: 0644]
tests/bug-4571-06/ipv4_over_ipv6.pcap [new file with mode: 0644]
tests/bug-4571-06/suricata.yaml [new file with mode: 0644]
tests/bug-4571-06/test.rules [new file with mode: 0644]
tests/bug-4571-06/test.yaml [new file with mode: 0644]