[−][src]Function pcap_parser::pcapng::build_ts
pub fn build_ts(
ts_high: u32,
ts_low: u32,
ts_offset: u64,
ts_resol: u8
) -> (u32, u32, u64)
Given the timestamp parameters, return the timestamp seconds, fractional part and precision (unit) of the fractional part.