I'm trying to get editcap to use a timestamp with nanoseconds, but I am unable to do this.
sample timestamp: 2022-01-23 23:10:05.237000000Z
TZ=UTC editcap -A '2022-01-23 23:10:05.237000000Z' -F nseclibpcap <some pcap file> <new trimmed pcap file>
This appears to only go the second rather than the nano second.
Does anyone have a sample cmd line on how they went about using nanoseconds?