aboutsummaryrefslogtreecommitdiffstats
path: root/epan/ftypes/ftype-time.c
AgeCommit message (Expand)AuthorFilesLines
2012-06-28Update Free Software Foundation address.darkjames1-1/+1
2011-12-27Add a "-G ftypes" option, which dumps our supprted FT_… names andgerald1-2/+2
2011-07-28From Dirk:etxrab1-1/+12
2010-05-28Move some code (including the optional objects) into libwsutilmorriss1-5/+5
2010-05-21Have abs_time_to_str() and abs_time_to_str_secs() take an additionalguy1-2/+5
2010-02-28Added svn:ignore targets.stig1-2/+2
2009-12-10Add an argument to abs_time_to_str() and abs_time_secs_to_str()guy1-2/+2
2009-08-26(FWIW) One step towards including stdio.h & stdlib.h only when req'd.wmeier1-0/+1
2009-03-15Some more P64 fixes - they all assume we don't have truly giganticguy1-3/+3
2007-04-22Only #deinfe __USE_XOPEN if not already defined. On my Suse 10.2 it wasjmayer1-2/+5
2007-01-18Add separate union entries to fvalue.value for signed and unsignedmartinm1-4/+8
2006-05-21name changesahlberg1-2/+2
2006-05-02Add infrastructure for display filter functions.gram1-0/+2
2005-08-18From Richard van der Hoffetxrab1-4/+11
2004-08-22Add "tvb_get_ntoh64()" and "tvb_get_letoh64()" routines to fetch 64-bitguy1-22/+26
2004-07-18Set the svn:eol-style property on all text files to "native", so thatguy1-1/+1
2004-02-27First attempt at "bitwise AND" display filter operator.obiot1-1/+3
2003-12-06From Olivier Biotgram1-1/+3
2003-08-27Add a "contains" operator for byte-strings, strings, and tvbuffs (protocols).gram1-3/+13
2003-07-30Give FT_ABSOLUTE_TIME and FT_RELATIVE_TIME val_repr_len and val_to_reprguy1-5/+35
2003-07-25Add to the fundamental types passed between the scanner and the parser.gram1-4/+6
2003-02-08Provide a way for ftype modules to provide a string representationgram1-1/+5
2002-08-28Removed trailing whitespaces from .h and .c files using thejmayer1-4/+4
2002-02-05"log" is a name that belongs to the ANSI C89 standard; it refers to aguy1-7/+7
2002-01-30Try defining just _USE_XOPEN and see if that gets "strptime()" declaredguy1-16/+1
2002-01-30Alas, on Solaris, defining _XOPEN_SOURCE causes some things not in theguy1-1/+13
2002-01-29Use:gram1-3/+4
2001-12-28Correctly handle the nanoseconds fields in strings representing absoluteguy1-7/+68
2001-09-14Make the resolution for time values be nanoseconds rather thanguy1-33/+33
2001-07-13From Joerg Mayer:guy1-1/+2
2001-06-19More signed vs. unsigned cleanups, and initialization cleanups, fromguy1-1/+5
2001-06-18Define __USE_XOPEN in files that use "strptime()", from Joerg Mayer.guy1-2/+9
2001-06-02Windows and the MSVC++ 6.0 library don't have "strptime()", so pull inguy1-1/+5
2001-05-31Display all the digits of the microsecond field of an absolute timeguy1-19/+59
2001-05-31Don't require both the seconds and microseconds parts of a relative timeguy1-4/+51
2001-05-31Support for filtering on absolute and relative time fields, from Ronnieguy1-5/+110
2001-03-02Get rid of unused method from ftypes structure.gram1-11/+1
2001-02-01Grumble, grumble. I forgot to add the license comment at the topgram1-0/+22
2001-02-01Create a more modular type system for the FT_* types. Put themgram1-0/+78