From: Francois-Xavier Le Bail Date: Sat, 6 Jul 2024 11:58:58 +0000 (+0200) Subject: ICMP: Rename the tests of the last commit X-Git-Url: https://git.tcpdump.org/tcpdump/commitdiff_plain/22ff5821c1acea1ab87280d200d2e042be172e5e?ds=inline ICMP: Rename the tests of the last commit Use 'icmp' in the names. --- diff --git a/tests/TESTLIST b/tests/TESTLIST index 24103c74..47d6dfa0 100644 --- a/tests/TESTLIST +++ b/tests/TESTLIST @@ -221,9 +221,9 @@ dvmrp mrinfo_query.pcap dvmrp.out # ICMPv4 -- pcap from https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6632 rfc5837 icmp-rfc5837.pcap icmp-rfc5837.out -v icmp_inft_name_length_zero icmp_inft_name_length_zero.pcap icmp_inft_name_length_zero.out -v -rfc8335 rfc8335.pcap icmp-rfc8335.out -rfc8335-v rfc8335.pcap icmp-rfc8335-v.out -v -rfc8335-missing-bytes rfc8335-missing-bytes.pcap icmp-rfc8335-missing-bytes.out -v +icmp-rfc8335 icmp-rfc8335.pcap icmp-rfc8335.out +icmp-rfc8335-v icmp-rfc8335.pcap icmp-rfc8335-v.out -v +icmp-rfc8335-missing-bytes icmp-rfc8335-missing-bytes.pcap icmp-rfc8335-missing-bytes.out -v # ICMPv6 icmpv6 icmpv6.pcap icmpv6.out -vv diff --git a/tests/rfc8335-missing-bytes.pcap b/tests/icmp-rfc8335-missing-bytes.pcap similarity index 100% rename from tests/rfc8335-missing-bytes.pcap rename to tests/icmp-rfc8335-missing-bytes.pcap diff --git a/tests/rfc8335.pcap b/tests/icmp-rfc8335.pcap similarity index 100% rename from tests/rfc8335.pcap rename to tests/icmp-rfc8335.pcap