We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi,
We have a PCAP file with nanosecond precision timestamps. When we open it using pypcap, it gives us timestamps with microsecond precision.
pypcap
There seems to be a fork of this project which does seem to have support for the different pcap timestamp precisions (according to the source code): https://github.com/fasguard/fasguard-pcap/blob/master/fasguard_pcap/__init__.pyx
Would it be possible to include the timestamp precision support in this project?
With best regards, Tom.
The text was updated successfully, but these errors were encountered:
This is a great idea. I would be glad to review and accept a PR adding support for this.
Sorry, something went wrong.
I've added a PR.
No branches or pull requests
Hi,
We have a PCAP file with nanosecond precision timestamps.
When we open it using
pypcap
, it gives us timestamps with microsecond precision.There seems to be a fork of this project which does seem to have support for the different pcap timestamp precisions (according to the source code):
https://github.com/fasguard/fasguard-pcap/blob/master/fasguard_pcap/__init__.pyx
Would it be possible to include the timestamp precision support in this project?
With best regards,
Tom.
The text was updated successfully, but these errors were encountered: