diff options
author | Francois-Xavier Le Bail <devel.fx.lebail@orange.fr> | 2020-04-30 10:53:18 +0200 |
---|---|---|
committer | Francois-Xavier Le Bail <devel.fx.lebail@orange.fr> | 2020-04-30 10:53:18 +0200 |
commit | ffe99539d7a2640e89daa0cdc00b814e11ab3067 (patch) | |
tree | 98d7d64222b7848f820309a280617e3ce0d1bf4a /tests/TESTLIST | |
parent | 3ae0efa35ac7b56c8bbfcf8def208f1249b01e13 (diff) | |
download | tcpdump-ffe99539d7a2640e89daa0cdc00b814e11ab3067.tar.gz |
Add test files for a previous fix
Fix was: "SLIP: Add some bounds checks"
(commit bbe15da782ef74dd29feea6e3ea0f2f7d47b4697)
The pcap files were updated to avoid pcap_loop() error messages.
Diffstat (limited to 'tests/TESTLIST')
-rw-r--r-- | tests/TESTLIST | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/TESTLIST b/tests/TESTLIST index 1b70b943..f9e59818 100644 --- a/tests/TESTLIST +++ b/tests/TESTLIST @@ -539,6 +539,10 @@ hoobr_bfd_print hoobr_bfd_print.pcap hoobr_bfd_print.out # bad packets from Wilfried Kirsch slip-bad-direction slip-bad-direction.pcap slip-bad-direction.out -ve +# bad packets from GitHub issues #676 and #677 +slip-compressed_sl_print-oobr slip-compressed_sl_print-oobr.pcap slip-compressed_sl_print-oobr.out -e +slip-sliplink_print-oobr slip-sliplink_print-oobr.pcap slip-sliplink_print-oobr.out -e + # bad packets from Otto Airamo and Antti Levomäki nbns-valgrind nbns-valgrind.pcap nbns-valgrind.out -vvv -e arp-oobr arp-oobr.pcap arp-oobr.out -vvv -e |