aboutsummaryrefslogtreecommitdiffstats
path: root/epan/timestamp.c
AgeCommit message (Collapse)AuthorFilesLines
2006-05-21name changesahlberg1-2/+2
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@18197 f5534014-38df-0310-8fa8-9805f1628bb7
2005-08-25timestamp display precision:ulfl1-2/+16
- automatic adjustment depending on file format - manual adjustment through menu items save the setting in the recent file git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@15534 f5534014-38df-0310-8fa8-9805f1628bb7
2004-09-01Make a bunch of source files non-executable.guy1-0/+0
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@11869 f5534014-38df-0310-8fa8-9805f1628bb7
2004-07-18Set the svn:eol-style property on all text files to "native", so thatguy1-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. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@11400 f5534014-38df-0310-8fa8-9805f1628bb7
2004-03-20Make "timestamp_type" static, as all access to it should be through theguy1-2/+2
routines in this file. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@10419 f5534014-38df-0310-8fa8-9805f1628bb7
2004-03-18From Lars Roland: Move timestamp_type into libethereal and provide accessorobiot1-0/+43
methods for getting and setting the timestamp type. This is a move towards a real libethereal shared library. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@10403 f5534014-38df-0310-8fa8-9805f1628bb7