Re: [PATCH 4/6] app/dumpcap: fix capturing on multiple interfaces

2023-01-04 Thread Stephen Hemminger
On Mon, 2 Jan 2023 16:24:39 + Ben Magistro wrote: > When selecting interfaces to capture traffic on, only the last interface > specified was being preserved for selection. This turns the interface > argument into an array allowing multiple interfaces to be selected. > > This also adds check

[PATCH 4/6] app/dumpcap: fix capturing on multiple interfaces

2023-01-02 Thread Ben Magistro
When selecting interfaces to capture traffic on, only the last interface specified was being preserved for selection. This turns the interface argument into an array allowing multiple interfaces to be selected. This also adds checks for the capture format so that if multiple interfaces are selecte