]> git.ipfire.org Git - thirdparty/suricata-verify.git/commit
tests: add bug 7422 tests
authorVictor Julien <victor@inliniac.net>
Sat, 30 Nov 2024 07:46:56 +0000 (08:46 +0100)
committerVictor Julien <victor@inliniac.net>
Fri, 10 Jan 2025 08:16:36 +0000 (09:16 +0100)
commit5499db25d50a95e85cdebfe6bbed08417563f3f9
tree64c247cb4b76f32069069f9579f1548f781604f6
parentba743e51ec19bfe4669149fe8ac67fb4284a953f
tests: add bug 7422 tests

Tests various forms of RST triggering handling of unACK'd data.
40 files changed:
tests/tcp-rst-unacked-stream-01-raw/README.md [new file with mode: 0644]
tests/tcp-rst-unacked-stream-01-raw/input.pcap [new file with mode: 0644]
tests/tcp-rst-unacked-stream-01-raw/test.rules [new file with mode: 0644]
tests/tcp-rst-unacked-stream-01-raw/test.yaml [new file with mode: 0644]
tests/tcp-rst-unacked-stream-01-raw/writepcap.py [new file with mode: 0755]
tests/tcp-rst-unacked-stream-02-raw-ips/README.md [new file with mode: 0644]
tests/tcp-rst-unacked-stream-02-raw-ips/input.pcap [new file with mode: 0644]
tests/tcp-rst-unacked-stream-02-raw-ips/test.rules [new file with mode: 0644]
tests/tcp-rst-unacked-stream-02-raw-ips/test.yaml [new file with mode: 0644]
tests/tcp-rst-unacked-stream-02-raw-ips/writepcap.py [new file with mode: 0755]
tests/tcp-rst-unacked-stream-03-gap/README.md [new file with mode: 0644]
tests/tcp-rst-unacked-stream-03-gap/input.pcap [new file with mode: 0644]
tests/tcp-rst-unacked-stream-03-gap/test.rules [new file with mode: 0644]
tests/tcp-rst-unacked-stream-03-gap/test.yaml [new file with mode: 0644]
tests/tcp-rst-unacked-stream-03-gap/writepcap.py [new file with mode: 0755]
tests/tcp-rst-unacked-stream-04-gap-ips/README.md [new file with mode: 0644]
tests/tcp-rst-unacked-stream-04-gap-ips/input.pcap [new file with mode: 0644]
tests/tcp-rst-unacked-stream-04-gap-ips/test.rules [new file with mode: 0644]
tests/tcp-rst-unacked-stream-04-gap-ips/test.yaml [new file with mode: 0644]
tests/tcp-rst-unacked-stream-04-gap-ips/writepcap.py [new file with mode: 0755]
tests/tcp-rst-unacked-stream-05-http-nogap/README.md [new file with mode: 0644]
tests/tcp-rst-unacked-stream-05-http-nogap/input.pcap [new file with mode: 0644]
tests/tcp-rst-unacked-stream-05-http-nogap/test.rules [new file with mode: 0644]
tests/tcp-rst-unacked-stream-05-http-nogap/test.yaml [new file with mode: 0644]
tests/tcp-rst-unacked-stream-05-http-nogap/writepcap.py [new file with mode: 0755]
tests/tcp-rst-unacked-stream-06-http-nogap-ips/README.md [new file with mode: 0644]
tests/tcp-rst-unacked-stream-06-http-nogap-ips/input.pcap [new file with mode: 0644]
tests/tcp-rst-unacked-stream-06-http-nogap-ips/test.rules [new file with mode: 0644]
tests/tcp-rst-unacked-stream-06-http-nogap-ips/test.yaml [new file with mode: 0644]
tests/tcp-rst-unacked-stream-06-http-nogap-ips/writepcap.py [new file with mode: 0755]
tests/tcp-rst-unacked-stream-07-http/README.md [new file with mode: 0644]
tests/tcp-rst-unacked-stream-07-http/input.pcap [new file with mode: 0644]
tests/tcp-rst-unacked-stream-07-http/test.rules [new file with mode: 0644]
tests/tcp-rst-unacked-stream-07-http/test.yaml [new file with mode: 0644]
tests/tcp-rst-unacked-stream-07-http/writepcap.py [new file with mode: 0755]
tests/tcp-rst-unacked-stream-08-http-ips/README.md [new file with mode: 0644]
tests/tcp-rst-unacked-stream-08-http-ips/input.pcap [new file with mode: 0644]
tests/tcp-rst-unacked-stream-08-http-ips/test.rules [new file with mode: 0644]
tests/tcp-rst-unacked-stream-08-http-ips/test.yaml [new file with mode: 0644]
tests/tcp-rst-unacked-stream-08-http-ips/writepcap.py [new file with mode: 0755]