Re: [PATCH v3] dumpcap: fix pathname for output file

2022-10-21 Thread David Marchand
On Thu, Oct 20, 2022 at 7:29 PM Stephen Hemminger wrote: > > When dumpcap is run with a longer path name such as when > testing, the file prefix would be computed incorrectly. > > Also, print out the resulting filename which is what > similar wireshark program does. > > Fixes: cbb44143be74 ("app/d

[PATCH v3] dumpcap: fix pathname for output file

2022-10-20 Thread Stephen Hemminger
When dumpcap is run with a longer path name such as when testing, the file prefix would be computed incorrectly. Also, print out the resulting filename which is what similar wireshark program does. Fixes: cbb44143be74 ("app/dumpcap: add new packet capture application") Signed-off-by: Stephen Hemm