wireshark/epan/ftypes
Guy Harris 500eb99cd9 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.

svn path=/trunk/; revision=32034
2010-02-27 19:01:27 +00:00
..
Makefile.am Add Makefile.common files for epan/dfilter and epan/ftypes. 2008-07-02 01:44:30 +00:00
Makefile.common Add Makefile.common files for epan/dfilter and epan/ftypes. 2008-07-02 01:44:30 +00:00
Makefile.nmake Move th /MP flag setting to LOCAL_CFLAGS set in configure.nmake 2009-07-16 08:27:18 +00:00
ftype-bytes.c Fix our match flags. 2009-12-18 01:25:46 +00:00
ftype-double.c Revert r29614 until I figure out why buildbot doesn't like it 2009-08-29 07:53:48 +00:00
ftype-guid.c Clean up some 64-bit issues. 2009-04-22 03:07:37 +00:00
ftype-integer.c From Jakub Zawadzki: 2010-02-23 19:28:38 +00:00
ftype-ipv4.c Fix bug 1956 - make the bitwise-AND routine treat its arguments as being 2007-11-06 09:19:59 +00:00
ftype-none.c Add separate union entries to fvalue.value for signed and unsigned 2007-01-18 11:02:26 +00:00
ftype-pcre.c If we don't have PCRE and we do have GLib >= 2.14, use GRegexes for the 2009-12-18 01:15:08 +00:00
ftype-string.c If we don't have PCRE and we do have GLib >= 2.14, use GRegexes for the 2009-12-18 01:15:08 +00:00
ftype-time.c Add a third date format, ABSOLUTE_TIME_DOY_UTC, to show UTC with the 2010-02-27 19:01:27 +00:00
ftype-tvbuff.c Fix our match flags. 2009-12-18 01:25:46 +00:00
ftypes-int.h If we don't have PCRE and we do have GLib >= 2.14, use GRegexes for the 2009-12-18 01:15:08 +00:00
ftypes.c Use more unique names for certain enum constants. 2010-01-19 19:37:03 +00:00
ftypes.h If we don't have PCRE and we do have GLib >= 2.14, use GRegexes for the 2009-12-18 01:15:08 +00:00