This repository has been archived by the owner on Apr 14, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 140
Support pcap with nano-second resolution #238
Labels
Comments
Fix for #83 will resolve this as well - albeit with the caveat that the nano-second resolution is lost |
Reopening to add native support for nanosecond pcap for the following cases -
In all above cases, ensure that timestamps are read/written correctly for accurate replay |
pstavirs
added a commit
that referenced
this issue
Jan 19, 2022
In PDML mode, nanosecond support is already present - in fact, only nanosecond is supported not microseconds. Updates #238
pstavirs
added a commit
that referenced
this issue
Jan 19, 2022
pstavirs
added a commit
that referenced
this issue
Jan 19, 2022
pstavirs
added a commit
that referenced
this issue
Jan 19, 2022
quint64 has larger range than double so has better accuracy. However, for calculating packet rate, use floating-point arithmetic since the packet rate is a double Updates #238
pstavirs
added a commit
that referenced
this issue
Jan 19, 2022
When opening a non-PCAP file, we convert it to intermediate PCAP format. Use nanosecond pcap format instead of standard microsec pcap format for higher timestamp resolution. Updates #238
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Currently Ostinato only supports millisecond resolution pcap files.
Pcap file format reference
The text was updated successfully, but these errors were encountered: