doronz88 / pymobiledevice3

Pure python3 implementation for working with iDevices (iPhone, etc...).
https://discord.gg/52mZGC3JXJ
GNU General Public License v3.0
1.5k stars 209 forks source link

pcap: include timestamp info into recorded packets #1279

Closed Valkhes closed 1 week ago

Valkhes commented 1 week ago

Currently generated PCAP are having no timestamp. When opening in wireshark, time is always at 0. This PR retrieve the current time and help timestamping pcap based on what pcapng wants.

doronz88 commented 1 week ago

Thanks!