Re: [ovs-dev] [PATCH] ovs-pcap: Support nanosecond resolution pcap files.

2018-10-04 Thread Mark Michelson
On 10/03/2018 05:25 PM, Ben Pfaff wrote: On Wed, Oct 03, 2018 at 05:14:42PM -0400, Mark Michelson wrote: pcap files with nanosecond resolution use a different magic number in the pcap header than those with microsecond resolution. Signed-off-by: Mark Michelson Thanks for the fix. Would you

Re: [ovs-dev] [PATCH] ovs-pcap: Support nanosecond resolution pcap files.

2018-10-03 Thread Ben Pfaff
On Wed, Oct 03, 2018 at 05:14:42PM -0400, Mark Michelson wrote: > pcap files with nanosecond resolution use a different magic number in > the pcap header than those with microsecond resolution. > > Signed-off-by: Mark Michelson Thanks for the fix. Would you mind fixing ovs_pcap_read_header()

[ovs-dev] [PATCH] ovs-pcap: Support nanosecond resolution pcap files.

2018-10-03 Thread Mark Michelson
pcap files with nanosecond resolution use a different magic number in the pcap header than those with microsecond resolution. Signed-off-by: Mark Michelson --- utilities/ovs-pcap.in | 7 --- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/utilities/ovs-pcap.in