aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIvan Nardi <12729895+IvanNardi@users.noreply.github.com>2025-02-21 19:47:17 +0100
committerGitHub <noreply@github.com>2025-02-21 19:47:17 +0100
commit6c00422f5cc901896ed3d4001874ef72e43da600 (patch)
treeee5937542720691a3c7eaf4de0d2f855f421b60e
parent551930bc5a445d3cc94342739fa78a5d8ae4ab39 (diff)
Update the capture length of the ssdp example (#2741)
Some old libpcap versions don't handle pcap files with capture length bigger than 262144 bytes ``` ERROR: could not open pcap file: invalid interface capture length 524288, bigger than maximum of 262144 ```
-rw-r--r--tests/cfgs/default/pcap/ssdp.pcapngbin1260 -> 888 bytes
1 files changed, 0 insertions, 0 deletions
diff --git a/tests/cfgs/default/pcap/ssdp.pcapng b/tests/cfgs/default/pcap/ssdp.pcapng
index bdaafb544..6bfadd9a0 100644
--- a/tests/cfgs/default/pcap/ssdp.pcapng
+++ b/tests/cfgs/default/pcap/ssdp.pcapng
Binary files differ