diff options
author | Francois-Xavier Le Bail <devel.fx.lebail@orange.fr> | 2019-10-22 11:29:55 +0200 |
---|---|---|
committer | Francois-Xavier Le Bail <devel.fx.lebail@orange.fr> | 2019-10-22 11:29:55 +0200 |
commit | b934ecef8c02be75f3e3d226f8dc8befb732221d (patch) | |
tree | 63cd06312d635198b3ec92b371011ed99edc7f71 /tests/TESTLIST | |
parent | bc1e7f16e0ea13e271b38eb97722da7e1b7b1611 (diff) | |
download | tcpdump-b934ecef8c02be75f3e3d226f8dc8befb732221d.tar.gz |
VRRP: Add a test capture file
This capture file 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 file was updated to avoid pcap_loop() error messages.
Update the output of the test accordingly.
Partial update from 3de07c772166b7e8e8bb4b9d1d078f1d901b570b
in 4.9 branch.
Diffstat (limited to 'tests/TESTLIST')
-rw-r--r-- | tests/TESTLIST | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/TESTLIST b/tests/TESTLIST index 68e8039d..79a56dc6 100644 --- a/tests/TESTLIST +++ b/tests/TESTLIST @@ -609,6 +609,7 @@ 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 rsvp-rsvp_obj_print-oobr rsvp-rsvp_obj_print-oobr.pcap rsvp-rsvp_obj_print-oobr.out -v +vrrp-vrrp_print-oobr vrrp-vrrp_print-oobr.pcap vrrp-vrrp_print-oobr.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 |