http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=32034
User: guy
Date: 2010/02/27 11:01 AM
Log:
Add a third date format, ABSOLUTE_TIME_DOY_UTC, to show UTC with the
date as YYYY/DDD, where DDD is a 1-origin day of year. Move the formats
to a "time_fmt.h" file, included by the headers that use it. Have
abs_time_to_str() and abs_time_secs_to_str() take the date format value,
rather than a Boolean "show this as UTC" flag, as an argument. Document
the ABSOLUTE_TIME_ formats a bit better. Use that format in the CCSDS
and VCDU dissectors, rather than having those dissectors do the
formatting themselves.
Directory: /trunk/epan/dissectors/
Changes Path Action
+6 -63 packet-ccsds.c Modified
+1 -1 packet-collectd.c Modified
+8 -8 packet-dhcp-failover.c Modified
+5 -5 packet-dmp.c Modified
+5 -5 packet-dnp.c Modified
+5 -5 packet-dns.c Modified
+3 -3 packet-dtn.c Modified
+1 -1 packet-goose.c Modified
+1 -1 packet-icq.c Modified
+1 -1 packet-ipmi.c Modified
+1 -1 packet-ipp.c Modified
(23 files not shown)