ftypes: move get_value_sinteger64 into the union
[metze/wireshark/wip.git] / epan / ftypes / ftype-time.c
2017-03-19 Martin Kaiserftypes: move get_value_sinteger64 into the union
2017-03-19 Martin Kaiserftypes: create a get_value union, move get_value_floati...
2017-03-18 Martin Kaiserftypes: rename get_value to get_value_ptr
2017-03-15 Martin Kaiserftypes: move set_value_floating into the union
2017-03-14 Martin Kaiserftypes: move set_value_sinteger64 into the union
2017-03-14 Martin Kaiserftypes: move set_value_uinteger64 into the union
2017-03-13 Martin Kaiserftypes: move set_value_sinteger into the union
2017-03-13 Martin Kaiserftypes: move set_value_uinteger into the union
2017-03-10 Martin Kaiserftypes: move set_value_protocol into the union
2017-03-10 Martin Kaiserftypes: move set_value_string into the union
2017-03-09 Martin Kaiserftypes: move set_value_time into the union
2017-03-08 Martin Kaiserftypes: move set_value_guid into the union
2017-03-08 Martin Kaiserftypes: move set_value_bytes into the union
2017-03-07 Martin Kaiserftypes: create a set_value union
2016-05-10 Michael MannGive FvalueToStringRepr a length parameter.
2016-05-05 Michael MannConvert ftype-tvbuff.c to ftype-protocol.c
2015-03-11 Michael MannRemove use of sprintf for ftype string formatting
2015-02-21 JC WrenMake FT_{U}INT64 behave more like FT_{U}INT32, add...
2015-01-18 Guy HarrisClean up ftype-conversion and dfilter error message...
2015-01-04 Michael MannCreate BASE_DOT, BASE_DASH, and BASE_SEMICOLON types...
2014-10-17 Guy HarrisDon't use <ctype.h> macros.
2014-09-01 Michael MannEscape double quotes when printing ABSOLUTE_TIME field
2014-07-06 Guy HarrisClean up handling of missing functions.
2014-06-16 Evan HuusConvert more time_to_str functions to wmem
2014-06-16 Evan HuusConvert a bunch of time_to_str functions to wmem
2014-03-04 Alexis La GoutteRemove all $Id$ from top of file
2014-01-29 Alexis La GoutteMerge "Apply layouts in Qt Creator. Fix a tooltip."
2014-01-15 Guy HarrisEliminate fvalue_set() in favor of routines that take...
2013-12-19 Evan HuusRename more to_str functions to have ep_ in the name...
2013-11-10 Jakub ZawadzkiAdd missing includes in order to remove exceptions...
2013-11-09 Jakub ZawadzkiInclude <epan/to_str.h> only when needed.
2012-11-06 Jakub ZawadzkiWhen comparing fvalue_t we don't modify them, make...
2012-09-20 Jeff MorrissWe always HAVE_CONFIG_H so don't bother checking whethe...
2012-06-28 Jakub ZawadzkiUpdate Free Software Foundation address.
2011-12-27 Gerald CombsAdd a "-G ftypes" option, which dumps our supprted...
2011-07-28 Anders BromanFrom Dirk:
2010-05-28 Jeff MorrissMove some code (including the optional objects) into...
2010-05-21 Guy HarrisHave abs_time_to_str() and abs_time_to_str_secs() take...
2010-02-27 Guy HarrisAdd a third date format, ABSOLUTE_TIME_DOY_UTC, to...
2009-12-10 Guy HarrisAdd an argument to abs_time_to_str() and abs_time_secs_...
2009-08-26 Bill Meier(FWIW) One step towards including stdio.h & stdlib...
2009-03-15 Guy HarrisSome more P64 fixes - they all assume we don't have...
2007-04-22 Jörg MayerOnly #deinfe __USE_XOPEN if not already defined. On...
2007-01-18 Martin MathiesonAdd separate union entries to fvalue.value for signed...
2006-05-21 Ronnie Sahlbergname change
2006-05-02 Gilbert RamirezAdd infrastructure for display filter functions.
2005-08-18 Anders BromanFrom Richard van der Hoff
2004-08-22 Guy HarrisAdd "tvb_get_ntoh64()" and "tvb_get_letoh64()" routines...
2004-07-18 Guy HarrisSet the svn:eol-style property on all text files to...
2004-02-27 Olivier BiotFirst attempt at "bitwise AND" display filter operator.
2003-12-06 Gilbert RamirezFrom Olivier Biot
2003-08-27 Gilbert RamirezAdd a "contains" operator for byte-strings, strings...
2003-07-30 Guy HarrisGive FT_ABSOLUTE_TIME and FT_RELATIVE_TIME val_repr_len...
2003-07-25 Gilbert RamirezAdd to the fundamental types passed between the scanner...
2003-02-08 Gilbert RamirezProvide a way for ftype modules to provide a string...
2002-08-28 Jörg MayerRemoved trailing whitespaces from .h and .c files using the
2002-02-05 Guy Harris"log" is a name that belongs to the ANSI C89 standard...
2002-01-30 Guy HarrisTry defining just _USE_XOPEN and see if that gets ...
2002-01-30 Guy HarrisAlas, on Solaris, defining _XOPEN_SOURCE causes some...
2002-01-29 Gilbert RamirezUse:
2001-12-28 Guy HarrisCorrectly handle the nanoseconds fields in strings...
2001-09-14 Guy HarrisMake the resolution for time values be nanoseconds...
2001-07-13 Guy HarrisFrom Joerg Mayer:
2001-06-19 Guy HarrisMore signed vs. unsigned cleanups, and initialization...
2001-06-18 Guy HarrisDefine __USE_XOPEN in files that use "strptime()",...
2001-06-02 Guy HarrisWindows and the MSVC++ 6.0 library don't have "strptime...
2001-05-31 Guy HarrisDisplay all the digits of the microsecond field of...
2001-05-31 Guy HarrisDon't require both the seconds and microseconds parts...
2001-05-31 Guy HarrisSupport for filtering on absolute and relative time...
2001-03-02 Gilbert RamirezGet rid of unused method from ftypes structure.
2001-02-01 Gilbert RamirezGrumble, grumble. I forgot to add the license comment...
2001-02-01 Gilbert RamirezCreate a more modular type system for the FT_* types...