Skip to content

[3.0.0 prep] Follow libpcap 1.10.0+ on the high precision timestamp types - #407

Open
cicku wants to merge 3 commits into
rust-pcap:mainfrom
cicku:timestamp-types
Open

[3.0.0 prep] Follow libpcap 1.10.0+ on the high precision timestamp types#407
cicku wants to merge 3 commits into
rust-pcap:mainfrom
cicku:timestamp-types

Conversation

@cicku

@cicku cicku commented Sep 1, 2026

Copy link
Copy Markdown
Contributor

Based on an issue report, libpcap 1.10.0 committed PCAP_TSTAMP_HOST_HIPREC to being synchronized with the system clock and added PCAP_TSTAMP_HOST_HIPREC_UNSYNCED for what it used to cover. Prior discussion in #355 has 2 fix proposals for the crate, this PR goes with the first one.


Fixes #355.

@cicku
cicku marked this pull request as ready for review September 4, 2026 04:40
@cicku
cicku marked this pull request as draft September 4, 2026 20:06
@cicku
cicku marked this pull request as ready for review September 5, 2026 02:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

TimestampType::HostHighPrec changed meaning in libpcap 1.10.0, and they introduced HOST_HIPREC_UNSYNC

1 participant