Re: [PATCH 2/4] dumpcap: allow multiple invocations

2023-09-21 Thread Isaac Boukris
On Thu, Sep 21, 2023 at 9:22 AM Morten Brørup wrote: > > > From: Stephen Hemminger [mailto:step...@networkplumber.org] > > Sent: Thursday, 21 September 2023 06.24 > > > > If dumpcap is run twice with each instance pointing a different > > interface, it would fail because of overlap in ring a pool

RE: [PATCH 2/4] dumpcap: allow multiple invocations

2023-09-20 Thread Morten Brørup
> From: Stephen Hemminger [mailto:step...@networkplumber.org] > Sent: Thursday, 21 September 2023 06.24 > > If dumpcap is run twice with each instance pointing a different > interface, it would fail because of overlap in ring a pool names. > Fix by putting process id in the name. > > Fixes: cbb44

[PATCH 2/4] dumpcap: allow multiple invocations

2023-09-20 Thread Stephen Hemminger
If dumpcap is run twice with each instance pointing a different interface, it would fail because of overlap in ring a pool names. Fix by putting process id in the name. Fixes: cbb44143be74 ("app/dumpcap: add new packet capture application") Reported-by: Isaac Boukris Signed-off-by: Stephen Hemmin