diff options
author | Ivan Nardi <12729895+IvanNardi@users.noreply.github.com> | 2025-02-21 19:47:17 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-02-21 19:47:17 +0100 |
commit | 6c00422f5cc901896ed3d4001874ef72e43da600 (patch) | |
tree | ee5937542720691a3c7eaf4de0d2f855f421b60e /tests/cfgs | |
parent | 551930bc5a445d3cc94342739fa78a5d8ae4ab39 (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
```
Diffstat (limited to 'tests/cfgs')
-rw-r--r-- | tests/cfgs/default/pcap/ssdp.pcapng | bin | 1260 -> 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 Binary files differindex bdaafb544..6bfadd9a0 100644 --- a/tests/cfgs/default/pcap/ssdp.pcapng +++ b/tests/cfgs/default/pcap/ssdp.pcapng |