]> git.ipfire.org Git - thirdparty/suricata-verify.git/commit
test/linktype: Expand linktype_name coverage
authorJeff Lucovsky <jlucovsky@oisf.net>
Sat, 27 Jul 2024 14:09:20 +0000 (10:09 -0400)
committerVictor Julien <victor@inliniac.net>
Tue, 1 Apr 2025 08:16:58 +0000 (10:16 +0200)
commitf66e9a907f47129c26a23ffd7e499c40e67ca7c8
tree093f1a4160291867956c4dec79716a14bc87039a
parente23b1fd3732663f4cbc7e5d0fb8de88c788e9586
test/linktype: Expand linktype_name coverage

Issue: 4974

This commit extends the linktype_name validation across the existing
tests so that more linktype name values are checked:
    - C_HDLC
    - PPP
    - IPV4
    - IPV6
    - RAW
    - EN10B
    - LINUX_SLL

Some existing tests required suricata.yaml configuration to enable the
packet values to be in the alerts.
17 files changed:
tests/decode-chdlc-02/README.md [new file with mode: 0644]
tests/decode-chdlc-02/suricata.yaml [new file with mode: 0644]
tests/decode-chdlc-02/test.rules [new file with mode: 0644]
tests/decode-chdlc-02/test.yaml [new file with mode: 0644]
tests/defrag/bug-6887-defrag-ipv6-tcp/test.yaml
tests/detect-ipopts-02/README [new file with mode: 0644]
tests/detect-ipopts-02/suricata.yaml [new file with mode: 0644]
tests/detect-ipopts-02/test.rules [new file with mode: 0644]
tests/detect-ipopts-02/test.yaml [new file with mode: 0644]
tests/dnp3/dnp3-dnp3_obj-alert/test.yaml
tests/tcp-fastopen-12/suricata.yaml [new file with mode: 0644]
tests/tcp-fastopen-12/test.rules [new file with mode: 0644]
tests/tcp-fastopen-12/test.yaml [new file with mode: 0644]
tests/vxlan-decoder-04/README.md [new file with mode: 0644]
tests/vxlan-decoder-04/suricata.yaml [new file with mode: 0644]
tests/vxlan-decoder-04/test.rules [new file with mode: 0644]
tests/vxlan-decoder-04/test.yaml [new file with mode: 0644]