I see there is a --time-stamp-precision flag parameter for tcpdump
with option for nano(seconds) and also shorthand flags --nano,
--micro. But actually supporting the value depends on the OS/hardware.
I didn't see such option for dumpcap/tshark. Is it available, or
planned on roadmap?
Given the t
On Feb 23, 2024, at 2:42 PM, David Luu wrote:
> I see there is a --time-stamp-precision flag parameter for tcpdump
> with option for nano(seconds) and also shorthand flags --nano,
> --micro. But actually supporting the value depends on the OS/hardware.
>
> I didn't see such option for dumpcap/ts