aboutsummaryrefslogtreecommitdiff
path: root/tests/cfgs/default/pcap/ssdp.pcapng
Commit message (Collapse)AuthorAge
* Update the capture length of the ssdp example (#2741)Ivan Nardi2025-02-21
| | | | | | | | 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 ```
* Implement SSDP Metadata export (#2729)Ivan Kapranov2025-02-16
Close #2524