From 97b80a8838a5187163eef3a54a711a8c0cee8742 Mon Sep 17 00:00:00 2001 From: Nardi Ivan Date: Mon, 24 Aug 2020 13:53:36 +0200 Subject: QUIC: minor fixes LGTM found a real issue on a boundary check Fix unit tests: a pcap ha been uploaded twice (with different names) Fix compilation when using DPDK (see #990) --- tests/pcap/ietf_quic.pcap | Bin 11356 -> 0 bytes tests/pcap/quic-28.pcap | Bin 0 -> 250865 bytes tests/pcap/quic-28.pcapng | Bin 256428 -> 0 bytes tests/pcap/quic-29.pcap | Bin 0 -> 9650 bytes tests/pcap/quic-29.pcapng | Bin 11356 -> 0 bytes 5 files changed, 0 insertions(+), 0 deletions(-) delete mode 100644 tests/pcap/ietf_quic.pcap create mode 100644 tests/pcap/quic-28.pcap delete mode 100644 tests/pcap/quic-28.pcapng create mode 100644 tests/pcap/quic-29.pcap delete mode 100644 tests/pcap/quic-29.pcapng (limited to 'tests/pcap') diff --git a/tests/pcap/ietf_quic.pcap b/tests/pcap/ietf_quic.pcap deleted file mode 100644 index c0034b2c9..000000000 Binary files a/tests/pcap/ietf_quic.pcap and /dev/null differ diff --git a/tests/pcap/quic-28.pcap b/tests/pcap/quic-28.pcap new file mode 100644 index 000000000..e93354cea Binary files /dev/null and b/tests/pcap/quic-28.pcap differ diff --git a/tests/pcap/quic-28.pcapng b/tests/pcap/quic-28.pcapng deleted file mode 100644 index 733d665d7..000000000 Binary files a/tests/pcap/quic-28.pcapng and /dev/null differ diff --git a/tests/pcap/quic-29.pcap b/tests/pcap/quic-29.pcap new file mode 100644 index 000000000..4694660cd Binary files /dev/null and b/tests/pcap/quic-29.pcap differ diff --git a/tests/pcap/quic-29.pcapng b/tests/pcap/quic-29.pcapng deleted file mode 100644 index c0034b2c9..000000000 Binary files a/tests/pcap/quic-29.pcapng and /dev/null differ -- cgit v1.2.3