From 1e411e98faf3eb1c427c62ed6ea0f95d3c646947 Mon Sep 17 00:00:00 2001 From: Ivan Nardi <12729895+IvanNardi@users.noreply.github.com> Date: Wed, 3 Jul 2024 16:17:08 +0200 Subject: Reduce snaplen of some traces (#2490) To avoid the following error with some old libpcap versions: ``` ERROR: could not open pcap file: invalid file capture length 524288, bigger than maximum of 262144 ``` --- tests/cfgs/default/pcap/tls_unidirectional.pcap | Bin 702 -> 702 bytes 1 file changed, 0 insertions(+), 0 deletions(-) (limited to 'tests/cfgs/default/pcap/tls_unidirectional.pcap') diff --git a/tests/cfgs/default/pcap/tls_unidirectional.pcap b/tests/cfgs/default/pcap/tls_unidirectional.pcap index b1d73d07a..3f6952563 100644 Binary files a/tests/cfgs/default/pcap/tls_unidirectional.pcap and b/tests/cfgs/default/pcap/tls_unidirectional.pcap differ -- cgit v1.2.3