CrabeDeFrance / rtshark

Rust interface to tshark application
Other
32 stars 9 forks source link

Expose packet capture timestamp as `Packet::timestamp_micros` #7

Closed vvv closed 1 year ago

vvv commented 1 year ago

For comparison, pyshark (Python counterpart of rtshark) exposes packet capture timestamp via Packet.sniff_time.

CrabeDeFrance commented 1 year ago

Thanks for this patch !