Re: dumpcap w/ pcapng produces out of order/negative times

2022-06-02 Thread Ben Magistro
In case others wind up here, the issue described here appears to be addressed by "libpcapng: fix timestamp wrapping in output files". Thanks for the patch! https://patches.dpdk.org/project/dpdk/patch/20220517100115.157888-1-quen...@armitage.org.uk/ On Fri, Jan 14, 2022 at 11:15 AM Stephen Hemmin

Re: dumpcap w/ pcapng produces out of order/negative times

2022-01-14 Thread Stephen Hemminger
On Thu, 13 Jan 2022 21:38:06 -0500 Ben Magistro wrote: > While utilizing dumpcap with our app, we have observed the captured file > producing out of order timestamps to include negative times. We are still > investigating the root cause but believe it is in lib/pcapng. While doing > some testin