aboutsummaryrefslogtreecommitdiffstats
path: root/epan/timestamp.c
AgeCommit message (Collapse)AuthorFilesLines
2005-08-25timestamp display precision:Ulf Lamping1-2/+16
- automatic adjustment depending on file format - manual adjustment through menu items save the setting in the recent file svn path=/trunk/; revision=15534
2004-09-01Make a bunch of source files non-executable.Guy Harris1-0/+0
svn path=/trunk/; revision=11869
2004-07-18Set the svn:eol-style property on all text files to "native", so thatGuy Harris1-1/+1
they have LF at the end of the line on UN*X and CR/LF on Windows; hopefully this means that if a CR/LF version is checked in on Windows, the CRs will be stripped so that they show up only when checked out on Windows, not on UN*X. svn path=/trunk/; revision=11400
2004-03-20Make "timestamp_type" static, as all access to it should be through theGuy Harris1-2/+2
routines in this file. svn path=/trunk/; revision=10419
2004-03-18From Lars Roland: Move timestamp_type into libethereal and provide accessorOlivier Biot1-0/+43
methods for getting and setting the timestamp type. This is a move towards a real libethereal shared library. svn path=/trunk/; revision=10403