diff options
author | Francois-Xavier Le Bail <devel.fx.lebail@orange.fr> | 2019-10-21 18:59:34 +0200 |
---|---|---|
committer | Francois-Xavier Le Bail <devel.fx.lebail@orange.fr> | 2019-10-21 19:11:48 +0200 |
commit | 7e5f5a10ab7ff2235e191d3ff1e568ef5e98f944 (patch) | |
tree | 2872fcaea84b90ddca9070f6ac467b3dff173bef /tests/TESTLIST | |
parent | 78a4ee82226a3fe19981841dfe24d5e9cb437524 (diff) | |
download | tcpdump-7e5f5a10ab7ff2235e191d3ff1e568ef5e98f944.tar.gz |
ICMP: Add two test capture files
These capture files triggered a buffer over-read with the 4.9.2 release
fixed in the 4.9.3 release.
With the new GET_ macros, the problem no longer exists.
Thus no fix needed.
The pcap files were updated to avoid pcap_loop() error messages.
Update the output of the tests accordingly.
Partial update from 1a1bce0526a77b62e41531b00f8bb5e21fd4f3a3
in 4.9 branch.
Diffstat (limited to 'tests/TESTLIST')
-rw-r--r-- | tests/TESTLIST | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/TESTLIST b/tests/TESTLIST index b297176f..ce8e0e77 100644 --- a/tests/TESTLIST +++ b/tests/TESTLIST @@ -606,6 +606,8 @@ ip_ts_opts_asan ip_ts_opts_asan.pcap ip_ts_opts_asan.out -v isakmpv1-attr-oobr isakmpv1-attr-oobr.pcap isakmpv1-attr-oobr.out -v isakmp-ikev1_n_print-oobr isakmp-ikev1_n_print-oobr.pcap isakmp-ikev1_n_print-oobr.out -v ldp-ldp_tlv_print-oobr ldp-ldp_tlv_print-oobr.pcap ldp-ldp_tlv_print-oobr.out -v +icmp-icmp_print-oobr-1 icmp-icmp_print-oobr-1.pcap icmp-icmp_print-oobr-1.out -v +icmp-icmp_print-oobr-2 icmp-icmp_print-oobr-2.pcap icmp-icmp_print-oobr-2.out -v # The .pcap file is truncated after the 1st packet. hncp_dhcpv6data-oobr hncp_dhcpv6data-oobr.pcap hncp_dhcpv6data-oobr.out -v -c1 hncp_dhcpv4data-oobr hncp_dhcpv4data-oobr.pcap hncp_dhcpv4data-oobr.out -v -c1 |