On Aug 3, 2018, at 6:44 PM, Michael Richardson <m...@sandelman.ca> wrote:

> Guy Harris <ghar...@sonic.net> wrote:
>> Currently, the tcpdump tests for AFS fail if you're not in the time
>> zone where the .out files were generated, because AFS time stamps are
>> printed as local time rather than as UTC.
> 
> That's broken

So we should just change it to use gmtime() rather than localtime().

(For what it's worth, the NFS dissector just prints raw seconds-since-the-Epoch 
and microseconds/nanoseconds, and the SMB dissector also appears to convert to 
local time, at least for Windows FILETIME values, which are proleptic 
Gregorian-calendar-and-UTC values that could also be shown as UTC, but older 
versions of SMB have local-time time stamps.)
_______________________________________________
tcpdump-workers mailing list
tcpdump-workers@lists.tcpdump.org
https://lists.sandelman.ca/mailman/listinfo/tcpdump-workers

Reply via email to