]> git.ipfire.org Git - thirdparty/suricata-verify.git/commit
tests: detection_filter unique_on ports and no-dup cases 2889/head
authorOfer Dagan <ofer.d@claroty.com>
Mon, 27 Oct 2025 16:23:13 +0000 (17:23 +0100)
committerVictor Julien <vjulien@oisf.net>
Tue, 27 Jan 2026 20:54:44 +0000 (20:54 +0000)
commit461761f37cbc7d2518229857901c43d02f2e3c3c
tree7a03019b8044834b11f9dda43d7057a0174b39f5
parent3aaa2d6f6b60a863e2b63f0cca18a1aa18e2d1f2
tests: detection_filter unique_on ports and no-dup cases

Add tests coverage to the new detection_filter option of unique_on,
for dst and src ports.

Issue: 7928
16 files changed:
tests/detection_filter-distinct-dstport-no-dups/README.md [new file with mode: 0644]
tests/detection_filter-distinct-dstport-no-dups/input.pcap [new file with mode: 0644]
tests/detection_filter-distinct-dstport-no-dups/test.rules [new file with mode: 0644]
tests/detection_filter-distinct-dstport-no-dups/test.yaml [new file with mode: 0644]
tests/detection_filter-distinct-dstport/README.md [new file with mode: 0644]
tests/detection_filter-distinct-dstport/input.pcap [new file with mode: 0644]
tests/detection_filter-distinct-dstport/test.rules [new file with mode: 0644]
tests/detection_filter-distinct-dstport/test.yaml [new file with mode: 0644]
tests/detection_filter-distinct-srcport-no-dups/README.md [new file with mode: 0644]
tests/detection_filter-distinct-srcport-no-dups/input.pcap [new file with mode: 0644]
tests/detection_filter-distinct-srcport-no-dups/test.rules [new file with mode: 0644]
tests/detection_filter-distinct-srcport-no-dups/test.yaml [new file with mode: 0644]
tests/detection_filter-distinct-srcport/README.md [new file with mode: 0644]
tests/detection_filter-distinct-srcport/input.pcap [new file with mode: 0644]
tests/detection_filter-distinct-srcport/test.rules [new file with mode: 0644]
tests/detection_filter-distinct-srcport/test.yaml [new file with mode: 0644]