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/dotenv.pcap | Bin 1177 -> 1177 bytes .../cfgs/default/pcap/fuzz-2021-06-07-c6c72a0a56.pcap | Bin 88 -> 88 bytes tests/cfgs/default/pcap/ssh_unidirectional.pcap | Bin 1170 -> 1170 bytes tests/cfgs/default/pcap/tls_unidirectional.pcap | Bin 702 -> 702 bytes 4 files changed, 0 insertions(+), 0 deletions(-) (limited to 'tests') diff --git a/tests/cfgs/default/pcap/dotenv.pcap b/tests/cfgs/default/pcap/dotenv.pcap index 13544b6f5..e5d5ccf50 100644 Binary files a/tests/cfgs/default/pcap/dotenv.pcap and b/tests/cfgs/default/pcap/dotenv.pcap differ diff --git a/tests/cfgs/default/pcap/fuzz-2021-06-07-c6c72a0a56.pcap b/tests/cfgs/default/pcap/fuzz-2021-06-07-c6c72a0a56.pcap index 74818033e..d2ef65e26 100644 Binary files a/tests/cfgs/default/pcap/fuzz-2021-06-07-c6c72a0a56.pcap and b/tests/cfgs/default/pcap/fuzz-2021-06-07-c6c72a0a56.pcap differ diff --git a/tests/cfgs/default/pcap/ssh_unidirectional.pcap b/tests/cfgs/default/pcap/ssh_unidirectional.pcap index 8991e3d1a..a9a203e84 100644 Binary files a/tests/cfgs/default/pcap/ssh_unidirectional.pcap and b/tests/cfgs/default/pcap/ssh_unidirectional.pcap differ 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