]> The Tcpdump Group git mirrors - tcpdump/commitdiff
ICMP: Rename the tests of the last commit
authorFrancois-Xavier Le Bail <[email protected]>
Sat, 6 Jul 2024 11:58:58 +0000 (13:58 +0200)
committerFrancois-Xavier Le Bail <[email protected]>
Thu, 11 Jul 2024 15:15:06 +0000 (17:15 +0200)
Use 'icmp' in the names.

tests/TESTLIST
tests/icmp-rfc8335-missing-bytes.pcap [moved from tests/rfc8335-missing-bytes.pcap with 100% similarity]
tests/icmp-rfc8335.pcap [moved from tests/rfc8335.pcap with 100% similarity]

index 24103c7469cd4a0bb29b2b398e935894699fdedd..47d6dfa0cc52b08e55716ae2039388f28eaaefa2 100644 (file)
@@ -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
similarity index 100%
rename from tests/rfc8335.pcap
rename to tests/icmp-rfc8335.pcap