aboutsummaryrefslogtreecommitdiffstats
path: root/epan/to_str.c
AgeCommit message (Expand)AuthorFilesLines
2001-09-14Get rid of no-longer-necessary includes of <sys/time.h>.Guy Harris1-5/+1
2001-09-14Make the resolution for time values be nanoseconds rather thanGuy Harris1-31/+45
2001-08-01Add a "time_secs_to_str_buf()" routine, which takes seconds andGuy Harris1-66/+113
2001-07-15Fixes, from Scott Renfro, for some calls to "localtime()" that didn'tGuy Harris1-10/+13
2001-07-13Add a "time_msecs_to_str()" routine, to turn a time interval, expressedGuy Harris1-1/+61
2001-05-31Display all the digits of the microsecond field of an absolute timeGuy Harris1-4/+4
2001-05-28We now might print four IP addresses on a protocol tree line, so makeGuy Harris1-3/+5
2001-04-02Include <string.h> to declare "strlen()", and include <winsock.h> toGuy Harris1-5/+10
2001-04-02"to_str.c" uses "size_t"; include <stdlib.h>, to declare it (necessaryGuy Harris1-1/+3
2001-04-02Include <sys/time.h> as well as <time.h> in "column-utils.c" andGuy Harris1-6/+9
2001-04-01Added #include<sys/time.h> to to_str.cEd Warnicke1-1/+7
2001-04-01Moved vines_addr_to_str() from packet-vines.{h,c} to epan/to_str.{c,h}.Ed Warnicke1-1/+18
2001-04-01Moved various to_str files from packet.{c,h} to a separateEd Warnicke1-0/+443