[PATCH 2/2] app/pdump: add filter argument
Stephen Hemminger
stephen at networkplumber.org
Mon Mar 7 17:04:25 CET 2022
On Tue, 8 Mar 2022 04:30:41 +0800
Tianli Lai <laitianli at tom.com> wrote:
> filter argument contain size and snaplen argument.
> size argument set the pcap file size, if the total packet
> length over this value, pdump process will exist.
> snaplen argument set each packet length to save pcap file.
>
> Signed-off-by: Tianli Lai <laitianli at tom.com>
Why not use the the new dpdk-dumpcap?
The issue is that adding more to pdump means it now gets a dependency
on BPF.
More information about the dev
mailing list