]> git.ipfire.org Git - thirdparty/suricata-verify.git/commit
tests: add defrag datalink tests 1769/head
authorVictor Julien <victor@inliniac.net>
Fri, 12 Apr 2024 09:09:01 +0000 (11:09 +0200)
committerVictor Julien <victor@inliniac.net>
Mon, 15 Apr 2024 18:34:38 +0000 (20:34 +0200)
commitb45e3d2c936a738b187f17ebafd610ad8abb455c
tree05d66c2bbe57dd963171694990350d545b518cc2
parentc7f038affc3c60343d9569dc53cb89e28759576e
tests: add defrag datalink tests

Bug: 6887.
35 files changed:
tests/defrag/bug-6887-defrag-eth-vlan-ipv4-tcp-syn/frag-eth-vlan-ip-tcp-syn.pcap [new file with mode: 0644]
tests/defrag/bug-6887-defrag-eth-vlan-ipv4-tcp-syn/frag-eth-vlan-ip-tcp-syn.py [new file with mode: 0644]
tests/defrag/bug-6887-defrag-eth-vlan-ipv4-tcp-syn/suricata.yaml [new file with mode: 0644]
tests/defrag/bug-6887-defrag-eth-vlan-ipv4-tcp-syn/test.rules [new file with mode: 0644]
tests/defrag/bug-6887-defrag-eth-vlan-ipv4-tcp-syn/test.yaml [new file with mode: 0644]
tests/defrag/bug-6887-defrag-eth-vlan-ipv6-tcp/frag-eth-vlan-ipv6-tcp.pcap [new file with mode: 0644]
tests/defrag/bug-6887-defrag-eth-vlan-ipv6-tcp/frag-eth-vlan-ipv6-tcp.py [new file with mode: 0644]
tests/defrag/bug-6887-defrag-eth-vlan-ipv6-tcp/suricata.yaml [new file with mode: 0644]
tests/defrag/bug-6887-defrag-eth-vlan-ipv6-tcp/test.rules [new file with mode: 0644]
tests/defrag/bug-6887-defrag-eth-vlan-ipv6-tcp/test.yaml [new file with mode: 0644]
tests/defrag/bug-6887-defrag-ipv4-tcp-syn/frag-ip-tcp-syn.pcap [new file with mode: 0644]
tests/defrag/bug-6887-defrag-ipv4-tcp-syn/frag-ip-tcp-syn.py [new file with mode: 0644]
tests/defrag/bug-6887-defrag-ipv4-tcp-syn/suricata.yaml [new file with mode: 0644]
tests/defrag/bug-6887-defrag-ipv4-tcp-syn/test.rules [new file with mode: 0644]
tests/defrag/bug-6887-defrag-ipv4-tcp-syn/test.yaml [new file with mode: 0644]
tests/defrag/bug-6887-defrag-ipv6-tcp/frag-ip-tcp.pcap [new file with mode: 0644]
tests/defrag/bug-6887-defrag-ipv6-tcp/frag-ip-tcp.py [new file with mode: 0644]
tests/defrag/bug-6887-defrag-ipv6-tcp/suricata.yaml [new file with mode: 0644]
tests/defrag/bug-6887-defrag-ipv6-tcp/test.rules [new file with mode: 0644]
tests/defrag/bug-6887-defrag-ipv6-tcp/test.yaml [new file with mode: 0644]
tests/defrag/bug-6887-defrag-ppp-ipv4-tcp-syn/frag-ppp-ip-tcp-syn.pcap [new file with mode: 0644]
tests/defrag/bug-6887-defrag-ppp-ipv4-tcp-syn/frag-ppp-ip-tcp-syn.py [new file with mode: 0644]
tests/defrag/bug-6887-defrag-ppp-ipv4-tcp-syn/suricata.yaml [new file with mode: 0644]
tests/defrag/bug-6887-defrag-ppp-ipv4-tcp-syn/test.rules [new file with mode: 0644]
tests/defrag/bug-6887-defrag-ppp-ipv4-tcp-syn/test.yaml [new file with mode: 0644]
tests/defrag/bug-6887-defrag-ppp-ipv6-tcp/frag-ip-tcp.py [new file with mode: 0644]
tests/defrag/bug-6887-defrag-ppp-ipv6-tcp/frag-ppp-ipv6-tcp.pcap [new file with mode: 0644]
tests/defrag/bug-6887-defrag-ppp-ipv6-tcp/suricata.yaml [new file with mode: 0644]
tests/defrag/bug-6887-defrag-ppp-ipv6-tcp/test.rules [new file with mode: 0644]
tests/defrag/bug-6887-defrag-ppp-ipv6-tcp/test.yaml [new file with mode: 0644]
tests/defrag/bug-6942-6887-defrag-eth-ip-gre-ppp-ip-udp-data/eth-ip-gre-ppp-max-ip-packet.pcap [new file with mode: 0644]
tests/defrag/bug-6942-6887-defrag-eth-ip-gre-ppp-ip-udp-data/eth-ip-gre-ppp-max-ip-packet.py [new file with mode: 0755]
tests/defrag/bug-6942-6887-defrag-eth-ip-gre-ppp-ip-udp-data/suricata.yaml [new file with mode: 0644]
tests/defrag/bug-6942-6887-defrag-eth-ip-gre-ppp-ip-udp-data/test.rules [new file with mode: 0644]
tests/defrag/bug-6942-6887-defrag-eth-ip-gre-ppp-ip-udp-data/test.yaml [new file with mode: 0644]