Re: [PATCH v2] app/pdump: exit if no device specified

2023-07-06 Thread Thomas Monjalon
03/07/2023 08:29, fengchengwen: > Acked-by: Chengwen Feng > > On 2023/7/1 10:16, Stephen Hemminger wrote: > > Simpler version of earlier patch which had a good idea, was just > > implemented with more code than necessary. > > If no device is specified don't start the capture loop. > > > > Report

Re: [PATCH v2] app/pdump: exit if no device specified

2023-07-02 Thread fengchengwen
Acked-by: Chengwen Feng On 2023/7/1 10:16, Stephen Hemminger wrote: > Simpler version of earlier patch which had a good idea, was just > implemented with more code than necessary. > If no device is specified don't start the capture loop. > > Reported-by: usman.tanveer > Signed-off-by: Stephen H

[PATCH v2] app/pdump: exit if no device specified

2023-06-30 Thread Stephen Hemminger
Simpler version of earlier patch which had a good idea, was just implemented with more code than necessary. If no device is specified don't start the capture loop. Reported-by: usman.tanveer Signed-off-by: Stephen Hemminger --- app/pdump/main.c | 3 +++ 1 file changed, 3 insertions(+) diff --g