From: Francois-Xavier Le Bail Date: Sat, 2 Nov 2019 17:10:11 +0000 (+0100) Subject: Update some test capture files X-Git-Tag: tcpdump-4.99-bp~613 X-Git-Url: https://git.tcpdump.org/tcpdump/commitdiff_plain/18d7f662245d880596cbc7d6f171e2cf1f42340b Update some test capture files These changes avoid some pcap_loop() errors messages like: "tcpdump: pcap_loop: invalid packet capture length X, bigger than snaplen of Y" or "tcpdump: pcap_loop: truncated dump file; tried to read X captured bytes, only got Y" The outputs of the tests are unchanged. Remove the no more useful -c options in the test configurations. --- diff --git a/tests/TESTLIST b/tests/TESTLIST index f5c37baf..1170fab8 100644 --- a/tests/TESTLIST +++ b/tests/TESTLIST @@ -478,8 +478,8 @@ relts-0x80000000 relts-0x80000000.pcap relts-0x80000000.out -v # bad packets from Brian Carpenter ipv6hdr-heapoverflow ipv6hdr-heapoverflow.pcap ipv6hdr-heapoverflow.out ipv6hdr-heapoverflow-v ipv6hdr-heapoverflow.pcap ipv6hdr-heapoverflow-v.out -v -otv-heapoverflow-1 otv-heapoverflow-1.pcap otv-heapoverflow-1.out -c10 -otv-heapoverflow-2 otv-heapoverflow-2.pcap otv-heapoverflow-2.out -c10 +otv-heapoverflow-1 otv-heapoverflow-1.pcap otv-heapoverflow-1.out +otv-heapoverflow-2 otv-heapoverflow-2.pcap otv-heapoverflow-2.out q933-heapoverflow-2 q933-heapoverflow-2.pcap q933-heapoverflow-2.out atm-heapoverflow atm-heapoverflow.pcap atm-heapoverflow.out -e ipv6-next-header-oobr-1 ipv6-next-header-oobr-1.pcap ipv6-next-header-oobr-1.out @@ -617,7 +617,7 @@ bgp-bgp_capabilities_print-oobr-2 bgp-bgp_capabilities_print-oobr-2.pcap bgp-bgp lmp-lmp_print_data_link_subobjs-oobr lmp-lmp_print_data_link_subobjs-oobr.pcap lmp-lmp_print_data_link_subobjs-oobr.out -v # The .pcap file is truncated after the 1st packet. hncp_dhcpv6data-oobr hncp_dhcpv6data-oobr.pcap hncp_dhcpv6data-oobr.out -v -hncp_dhcpv4data-oobr hncp_dhcpv4data-oobr.pcap hncp_dhcpv4data-oobr.out -v -c1 +hncp_dhcpv4data-oobr hncp_dhcpv4data-oobr.pcap hncp_dhcpv4data-oobr.out -v vqp-oobr vqp-oobr.pcap vqp-oobr.out -v bgp_pmsi_tunnel-oobr bgp_pmsi_tunnel-oobr.pcap bgp_pmsi_tunnel-oobr.out -v bgp_mvpn_6_and_7_oobr bgp_mvpn_6_and_7_oobr.pcap bgp_mvpn_6_and_7_oobr.out -v @@ -626,16 +626,16 @@ esis_opt_prot-oobr esis_opt_prot-oobr.pcap esis_opt_prot-oobr.out -v rsvp_uni-oobr-1 rsvp_uni-oobr-1.pcap rsvp_uni-oobr-1.out -v rsvp_uni-oobr-2 rsvp_uni-oobr-2.pcap rsvp_uni-oobr-2.out -v rsvp_uni-oobr-3 rsvp_uni-oobr-3.pcap rsvp_uni-oobr-3.out -v -rpki-rtr-oobr rpki-rtr-oobr.pcap rpki-rtr-oobr.out -v -c1 +rpki-rtr-oobr rpki-rtr-oobr.pcap rpki-rtr-oobr.out -v lldp_8023_mtu-oobr lldp_8023_mtu-oobr.pcap lldp_8023_mtu-oobr.out -v bgp_vpn_rt-oobr bgp_vpn_rt-oobr.pcap bgp_vpn_rt-oobr.out -v -c1 -cfm_sender_id-oobr cfm_sender_id-oobr.pcap cfm_sender_id-oobr.out -v -c1 +cfm_sender_id-oobr cfm_sender_id-oobr.pcap cfm_sender_id-oobr.out -v isis-extd-isreach-oobr isis-extd-isreach-oobr.pcap isis-extd-isreach-oobr.out -v olsr-oobr-1 olsr-oobr-1.pcap olsr-oobr-1.out -v olsr-oobr-2 olsr-oobr-2.pcap olsr-oobr-2.out -v ikev1_id_ipv6_addr_subnet-oobr ikev1_id_ipv6_addr_subnet-oobr.pcap ikev1_id_ipv6_addr_subnet-oobr.out -v isakmp-various-oobr isakmp-various-oobr.pcap isakmp-various-oobr.out -v -aoe-oobr-1 aoe-oobr-1.pcap aoe-oobr-1.out -v -c1 +aoe-oobr-1 aoe-oobr-1.pcap aoe-oobr-1.out -v frf16_magic_ie-oobr frf16_magic_ie-oobr.pcap frf16_magic_ie-oobr.out -v rx_serviceid_oobr rx_serviceid_oobr.pcap rx_serviceid_oobr.out bgp_mp_reach_nlri-oobr bgp_mp_reach_nlri-oobr.pcap bgp_mp_reach_nlri-oobr.out -v @@ -648,7 +648,7 @@ mptcp-dss-oobr mptcp-dss-oobr.pcap mptcp-dss-oobr.out -v icmp6_nodeinfo_oobr icmp6_nodeinfo_oobr.pcap icmp6_nodeinfo_oobr.out # bad packets from Henri Salo -rx_ubik-oobr rx_ubik-oobr.pcap rx_ubik-oobr.out -c1 +rx_ubik-oobr rx_ubik-oobr.pcap rx_ubik-oobr.out babel_update_oobr babel_update_oobr.pcap babel_update_oobr.out # bad packets from Junjie Wang diff --git a/tests/aoe-oobr-1.pcap b/tests/aoe-oobr-1.pcap index ce06c21f..6070d9f4 100644 Binary files a/tests/aoe-oobr-1.pcap and b/tests/aoe-oobr-1.pcap differ diff --git a/tests/cfm_sender_id-oobr.pcap b/tests/cfm_sender_id-oobr.pcap index 30d9a1fe..f72af379 100644 Binary files a/tests/cfm_sender_id-oobr.pcap and b/tests/cfm_sender_id-oobr.pcap differ diff --git a/tests/hncp_dhcpv4data-oobr.pcap b/tests/hncp_dhcpv4data-oobr.pcap index f63ceee7..9a3bab89 100644 Binary files a/tests/hncp_dhcpv4data-oobr.pcap and b/tests/hncp_dhcpv4data-oobr.pcap differ diff --git a/tests/otv-heapoverflow-1.pcap b/tests/otv-heapoverflow-1.pcap index c5e16bf6..6e78e70d 100644 Binary files a/tests/otv-heapoverflow-1.pcap and b/tests/otv-heapoverflow-1.pcap differ diff --git a/tests/otv-heapoverflow-2.pcap b/tests/otv-heapoverflow-2.pcap index 69d6e785..5bb3c4a7 100644 Binary files a/tests/otv-heapoverflow-2.pcap and b/tests/otv-heapoverflow-2.pcap differ diff --git a/tests/rpki-rtr-oobr.pcap b/tests/rpki-rtr-oobr.pcap index 5a9078be..820338f3 100644 Binary files a/tests/rpki-rtr-oobr.pcap and b/tests/rpki-rtr-oobr.pcap differ diff --git a/tests/rx_ubik-oobr.pcap b/tests/rx_ubik-oobr.pcap index 9d9a6238..84dee645 100644 Binary files a/tests/rx_ubik-oobr.pcap and b/tests/rx_ubik-oobr.pcap differ