diff options
author | Francois-Xavier Le Bail <devel.fx.lebail@orange.fr> | 2019-10-24 13:49:49 +0000 |
---|---|---|
committer | Francois-Xavier Le Bail <devel.fx.lebail@orange.fr> | 2019-10-24 14:37:36 +0000 |
commit | 9f09ec3ee6364337e61288b15627d38fc904b518 (patch) | |
tree | 017d22d2957c6a773d623716a8f9e6cafff783e7 /tests/TESTLIST | |
parent | 30786e36e27465ffa579a9a22a6f3fc225674b1e (diff) | |
download | tcpdump-9f09ec3ee6364337e61288b15627d38fc904b518.tar.gz |
IEEE 802.11: 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 previous fix (3f1c4af0012eb36bcf740a7cb83770087b9983d7),
the problem no longer exists.
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 4846b3c5d0a850e860baf4f07340495d29837d09
in 4.9 branch.
Diffstat (limited to 'tests/TESTLIST')
-rw-r--r-- | tests/TESTLIST | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/TESTLIST b/tests/TESTLIST index cf25cf3f..e08d31f0 100644 --- a/tests/TESTLIST +++ b/tests/TESTLIST @@ -654,6 +654,9 @@ ospf6_print_lshdr-oobr ospf6_print_lshdr-oobr.pcap ospf6_print_lshdr-oobr.out -v rpl-dao-oobr rpl-dao-oobr.pcap rpl-dao-oobr.out -vv hncp_prefix-oobr hncp_prefix-oobr.pcap hncp_prefix-oobr.out -vvv +# bad packets from Ryan Ackroyd +ieee802.11_meshhdr-oobr ieee802.11_meshhdr-oobr.pcap ieee802.11_meshhdr-oobr.out -H + # RTP tests # fuzzed pcap rtp-seg-fault-1 rtp-seg-fault-1.pcapng rtp-seg-fault-1.out -v -T rtp |