diff options
author | Francois-Xavier Le Bail <devel.fx.lebail@orange.fr> | 2019-10-29 10:47:07 +0100 |
---|---|---|
committer | Francois-Xavier Le Bail <devel.fx.lebail@orange.fr> | 2019-10-29 12:42:12 +0100 |
commit | c58f88896c126a31b7c497d085a34b26126439fd (patch) | |
tree | 16812818f777201d1db99d7560963f17332502f5 /tests/TESTLIST | |
parent | a92e68613c8fd466109f88fa59ae20e9663e85ff (diff) | |
download | tcpdump-c58f88896c126a31b7c497d085a34b26126439fd.tar.gz |
SMB: Add two test capture files
These are tests for print-smb.c:print_trans().
These capture files triggered a buffer over-read fixed by
50f375f9f1444e744d6e4b117940f0a7c9dd8c23.
The pcap files were updated to avoid pcap_loop() error messages.
Update the output of the tests accordingly.
Update from 4bfd71eee41a1db0647fa4d434841a51b07ec38a
in 4.9 branch.
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 9027af9c..c895f5be 100644 --- a/tests/TESTLIST +++ b/tests/TESTLIST @@ -655,11 +655,15 @@ babel_update_oobr babel_update_oobr.pcap babel_update_oobr.out ospf6_print_lshdr-oobr ospf6_print_lshdr-oobr.pcap ospf6_print_lshdr-oobr.out -vv rpl-dao-oobr rpl-dao-oobr.pcap rpl-dao-oobr.out -vv hncp_prefix-oobr hncp_prefix-oobr.pcap hncp_prefix-oobr.out -vvv +smb_print_trans-oobr1 smb_print_trans-oobr1.pcap smb_print_trans-oobr1.out -vv # bad packets from Ryan Ackroyd ieee802.11_meshhdr-oobr ieee802.11_meshhdr-oobr.pcap ieee802.11_meshhdr-oobr.out -H dccp_options-oobr dccp_options-oobr.pcap dccp_options-oobr.out -vv +# bad packets from Philippe Antoine +smb_print_trans-oobr2 smb_print_trans-oobr2.pcap smb_print_trans-oobr2.out -vv + # RTP tests # fuzzed pcap rtp-seg-fault-1 rtp-seg-fault-1.pcapng rtp-seg-fault-1.out -v -T rtp |