diff options
author | Ivan Nardi <12729895+IvanNardi@users.noreply.github.com> | 2024-07-03 16:17:08 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-07-03 16:17:08 +0200 |
commit | 1e411e98faf3eb1c427c62ed6ea0f95d3c646947 (patch) | |
tree | 6fbe69b4cc5f4031572bd89b7a5e91f9e03c3457 /tests/cfgs/default | |
parent | d42f0e6ab35ee0a196ff6a0fff76cfe8ea00afb9 (diff) |
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
```
Diffstat (limited to 'tests/cfgs/default')
-rw-r--r-- | tests/cfgs/default/pcap/dotenv.pcap | bin | 1177 -> 1177 bytes |
-rw-r--r-- | tests/cfgs/default/pcap/fuzz-2021-06-07-c6c72a0a56.pcap | bin | 88 -> 88 bytes |
-rw-r--r-- | tests/cfgs/default/pcap/ssh_unidirectional.pcap | bin | 1170 -> 1170 bytes |
-rw-r--r-- | tests/cfgs/default/pcap/tls_unidirectional.pcap | bin | 702 -> 702 bytes |
4 files changed, 0 insertions, 0 deletions
diff --git a/tests/cfgs/default/pcap/dotenv.pcap b/tests/cfgs/default/pcap/dotenv.pcap Binary files differindex 13544b6f5..e5d5ccf50 100644 --- a/tests/cfgs/default/pcap/dotenv.pcap +++ b/tests/cfgs/default/pcap/dotenv.pcap diff --git a/tests/cfgs/default/pcap/fuzz-2021-06-07-c6c72a0a56.pcap b/tests/cfgs/default/pcap/fuzz-2021-06-07-c6c72a0a56.pcap Binary files differindex 74818033e..d2ef65e26 100644 --- a/tests/cfgs/default/pcap/fuzz-2021-06-07-c6c72a0a56.pcap +++ b/tests/cfgs/default/pcap/fuzz-2021-06-07-c6c72a0a56.pcap diff --git a/tests/cfgs/default/pcap/ssh_unidirectional.pcap b/tests/cfgs/default/pcap/ssh_unidirectional.pcap Binary files differindex 8991e3d1a..a9a203e84 100644 --- a/tests/cfgs/default/pcap/ssh_unidirectional.pcap +++ b/tests/cfgs/default/pcap/ssh_unidirectional.pcap diff --git a/tests/cfgs/default/pcap/tls_unidirectional.pcap b/tests/cfgs/default/pcap/tls_unidirectional.pcap Binary files differindex b1d73d07a..3f6952563 100644 --- a/tests/cfgs/default/pcap/tls_unidirectional.pcap +++ b/tests/cfgs/default/pcap/tls_unidirectional.pcap |