From: Francois-Xavier Le Bail Date: Mon, 29 Oct 2018 20:11:52 +0000 (+0100) Subject: Add two test files: an empty pcap and an empty pcapng X-Git-Tag: tcpdump-4.99-bp~975 X-Git-Url: https://git.tcpdump.org/tcpdump/commitdiff_plain/f839f799b7aedf4363cf74fea6825ae1bdd73e0d?ds=sidebyside Add two test files: an empty pcap and an empty pcapng --- diff --git a/tests/TESTLIST b/tests/TESTLIST index 370703a9..f544472d 100644 --- a/tests/TESTLIST +++ b/tests/TESTLIST @@ -635,3 +635,7 @@ ntp-mode7--vvv ntp-mode7.pcap ntp-mode7--vvv.out -vvv # RX/AFS rx afs.pcap rx.out rx-v afs.pcap rx-v.out -v + +# Empty pcap/pcapng tests +empty-pcap empty.pcap empty.out +empty-pcapng empty.pcapng empty.out diff --git a/tests/empty.out b/tests/empty.out new file mode 100644 index 00000000..e69de29b diff --git a/tests/empty.pcap b/tests/empty.pcap new file mode 100644 index 00000000..4f9600e9 Binary files /dev/null and b/tests/empty.pcap differ diff --git a/tests/empty.pcapng b/tests/empty.pcapng new file mode 100644 index 00000000..95738260 Binary files /dev/null and b/tests/empty.pcapng differ