You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to get the timestamp from pcap file, thus I can know when the package is captured.
But the timestamp seconds always show up the current time.
For example I open pcap file via Wireshark then I can see the package captured with seconds: 1654494730 which represent around June 6, 2022 13:52.
But while I run the code I got 1655275668, represent my current local time: June 15, 2022.
Hi,
I want to get the timestamp from pcap file, thus I can know when the package is captured.
But the timestamp seconds always show up the current time.
For example I open pcap file via Wireshark then I can see the package captured with seconds: 1654494730 which represent around June 6, 2022 13:52.
But while I run the code I got 1655275668, represent my current local time: June 15, 2022.
Here is my code snap:
The text was updated successfully, but these errors were encountered: