aboutsummaryrefslogtreecommitdiffstats
path: root/epan/ftypes/ftype-time.c
AgeCommit message (Expand)AuthorFilesLines
2018-06-28Make white space consistent.Guy Harris1-9/+9
2018-02-08epan: use SPDX indentifiers.Dario Lombardo1-13/+1
2017-03-20ftypes: move get_value_ptr into the unionMartin Kaiser1-6/+2
2017-03-20ftypes: move get_value_uinteger into the unionMartin Kaiser1-2/+0
2017-03-19ftypes: move get_value_sinteger into the unionMartin Kaiser1-2/+0
2017-03-19ftypes: move get_value_uinteger64 into the unionMartin Kaiser1-2/+0
2017-03-19ftypes: move get_value_sinteger64 into the unionMartin Kaiser1-2/+0
2017-03-19ftypes: create a get_value union, move get_value_floating into the unionMartin Kaiser1-4/+2
2017-03-18ftypes: rename get_value to get_value_ptrMartin Kaiser1-2/+2
2017-03-15ftypes: move set_value_floating into the unionMartin Kaiser1-2/+0
2017-03-14ftypes: move set_value_sinteger64 into the unionMartin Kaiser1-2/+0
2017-03-14ftypes: move set_value_uinteger64 into the unionMartin Kaiser1-2/+0
2017-03-13ftypes: move set_value_sinteger into the unionMartin Kaiser1-2/+0
2017-03-13ftypes: move set_value_uinteger into the unionMartin Kaiser1-2/+0
2017-03-10ftypes: move set_value_protocol into the unionMartin Kaiser1-2/+0
2017-03-10ftypes: move set_value_string into the unionMartin Kaiser1-2/+0
2017-03-09ftypes: move set_value_time into the unionMartin Kaiser1-4/+2
2017-03-08ftypes: move set_value_guid into the unionMartin Kaiser1-2/+0
2017-03-08ftypes: move set_value_bytes into the unionMartin Kaiser1-2/+0
2017-03-07ftypes: create a set_value unionMartin Kaiser1-2/+4
2016-05-10Give FvalueToStringRepr a length parameter.Michael Mann1-4/+4
2016-05-05Convert ftype-tvbuff.c to ftype-protocol.cMichael Mann1-2/+2
2015-03-11Remove use of sprintf for ftype string formattingMichael Mann1-3/+9
2015-02-21Make FT_{U}INT64 behave more like FT_{U}INT32, add support for FT_{U}INT{40,4...JC Wren1-4/+8
2015-01-18Clean up ftype-conversion and dfilter error message string handling.Guy Harris1-8/+8
2015-01-04Create BASE_DOT, BASE_DASH, and BASE_SEMICOLON types for the FT_BYTES field t...Michael Mann1-4/+4
2014-10-17Don't use <ctype.h> macros.Guy Harris1-3/+2
2014-09-01Escape double quotes when printing ABSOLUTE_TIME fieldMichael Mann1-9/+13
2014-07-06Clean up handling of missing functions.Guy Harris1-1/+1
2014-06-16Convert more time_to_str functions to wmemEvan Huus1-3/+23
2014-06-16Convert a bunch of time_to_str functions to wmemEvan Huus1-5/+12
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2014-01-15Eliminate fvalue_set() in favor of routines that take argumentsGuy Harris1-11/+21
2013-12-19Rename more to_str functions to have ep_ in the name if they return ephemeralEvan Huus1-4/+4
2013-11-10Add missing includes in order to remove exceptions.h from proto.h (next commit).Jakub Zawadzki1-0/+1
2013-11-09Include <epan/to_str.h> only when needed.Jakub Zawadzki1-0/+1
2012-11-06When comparing fvalue_t we don't modify them, make arguments const.Jakub Zawadzki1-6/+6
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-2/+0
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2011-12-27Add a "-G ftypes" option, which dumps our supprted FT_… names andGerald Combs1-2/+2
2011-07-28From Dirk:Anders Broman1-1/+12
2010-05-28Move some code (including the optional objects) into libwsutilJeff Morriss1-5/+5
2010-05-21Have abs_time_to_str() and abs_time_to_str_secs() take an additionalGuy Harris1-2/+5
2010-02-27Add a third date format, ABSOLUTE_TIME_DOY_UTC, to show UTC with theGuy Harris1-2/+2
2009-12-10Add an argument to abs_time_to_str() and abs_time_secs_to_str()Guy Harris1-2/+2
2009-08-26(FWIW) One step towards including stdio.h & stdlib.h only when req'd.Bill Meier1-0/+1
2009-03-15Some more P64 fixes - they all assume we don't have truly giganticGuy Harris1-3/+3
2007-04-22Only #deinfe __USE_XOPEN if not already defined. On my Suse 10.2 it wasJörg Mayer1-2/+5
2007-01-18Add separate union entries to fvalue.value for signed and unsignedMartin Mathieson1-4/+8
2006-05-21name changeRonnie Sahlberg1-2/+2