Re: [PATCH] apps/dumpcap: fix interface parameter option

2022-10-09 Thread Thomas Monjalon
22/08/2022 01:56, Ben Magistro: > The dumpcap application supports an interface parameter via the > `-i` [1] option however the current documentation utilizes a `-I` flag. > > [1] https://git.dpdk.org/dpdk/tree/app/dumpcap/main.c#n314 > > Fixes: cbb44143be74 ("app/dumpcap: add new packet capture

[PATCH] apps/dumpcap: fix interface parameter option

2022-08-21 Thread Ben Magistro
The dumpcap application supports an interface parameter via the `-i` [1] option however the current documentation utilizes a `-I` flag. [1] https://git.dpdk.org/dpdk/tree/app/dumpcap/main.c#n314 Fixes: cbb44143be74 ("app/dumpcap: add new packet capture application") Cc: sta...@dpdk.org Signed-of