Re: [PATCH] pdump: clear statistics when enabled

2025-03-18 Thread Thomas Monjalon
20/12/2024 00:58, Stephen Hemminger: > The pdump statistics are used to keep track of the number > of packets captured, filtered, etc. These need not be cumalative > and instead should be start counting when capture starts. > > This fixes the issue where multiple invocations of dumpcap > would inc

[PATCH] pdump: clear statistics when enabled

2024-12-19 Thread Stephen Hemminger
The pdump statistics are used to keep track of the number of packets captured, filtered, etc. These need not be cumalative and instead should be start counting when capture starts. This fixes the issue where multiple invocations of dumpcap would include counts from previous invocations. Bugzilla