diff options
author | Francois-Xavier Le Bail <devel.fx.lebail@orange.fr> | 2019-10-22 14:47:11 +0200 |
---|---|---|
committer | Francois-Xavier Le Bail <devel.fx.lebail@orange.fr> | 2019-10-22 14:47:11 +0200 |
commit | 47d6af0f937acd8b3ae45ba5a153d77b416131c5 (patch) | |
tree | f609c5a0908af0143d083a3f38672399b3713e15 /tests/TESTLIST | |
parent | b934ecef8c02be75f3e3d226f8dc8befb732221d (diff) | |
download | tcpdump-47d6af0f937acd8b3ae45ba5a153d77b416131c5.tar.gz |
BGP: 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 a length check previously added, the problem no longer exists.
Thus no fix needed.
The pcap file was updated to pass the sanity checks and to avoid
pcap_loop() error messages.
Update the output of the test accordingly.
Partial update from 86326e880d31b328a151d45348c35220baa9a1ff
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 79a56dc6..43ccdf3c 100644 --- a/tests/TESTLIST +++ b/tests/TESTLIST @@ -610,6 +610,7 @@ 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 +bgp-bgp_capabilities_print-oobr-1 bgp-bgp_capabilities_print-oobr-1.pcap bgp-bgp_capabilities_print-oobr-1.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 |