Why does wireshark display the same timestamp for all frames?
Hi,
I am running wireshark on an Intel NUC on which I inject a couple of frames. It seems that if the gap between them is less that 30us the inter-frame delta (in wireshark) is 0 for all of them (above 30us it is displayed correctly). Could this be hardware related or my wireshark settings are off?
Thank you
Wireshark displays (and calculates) times using the values in the capture file. The times in the capture file are placed there by the capturing library which varies by OS.
The issue is almost certainly caused by limitations in the capture library. If you post a comment with the contents of the Help -> About Wireshark -> Wireshark dialog, we can see the required info about OS and capture library.
Timestamps Wiki page and some details from a previous question: Frame Arrival Time drift
As @grahamb mentioned, having the OS info and Wireshark version will help to diagnose.
Hi,
Thank you for the replies. Here is the capture from wireshark:
(more)So using npcap 1.10. There is an old closed issue on their tracker here discussing timestamping that might help.
Regardless, this is an npcap issue so should be raised with the nice folks over there.