aboutsummaryrefslogtreecommitdiffstats
path: root/epan/to_str.c
AgeCommit message (Expand)AuthorFilesLines
2003-06-26Make the definition of "fc32_to_str()" match its prototype.guy1-5/+15
2003-06-24Updates to the fibre channel dissectorsahlberg1-3/+4
2003-06-23Update to FC to store the source and destination id in a guintsahlberg1-1/+11
2003-02-12Make the argument to "abs_time_secs_to_str()" a "time_t" - it's in ANSIguy1-2/+2
2003-02-11Add a "abs_time_secs_to_str()" routine that takes a UNIX time-since-the-guy1-11/+39
2003-01-21From Brian Ginsbach: symbolic names for Fibre Channel Network Addressguy1-6/+24
2002-12-10Fix the formal argument list to "bytestring_to_str()" to match theguy1-8/+14
2002-12-09Work around annoying Apple C compiler/linker bug.guy1-86/+40
2002-12-08From Dinesh Dutt: Add Fibre Channel support, including FCIP, Basic FCgerald1-5/+109
2002-11-28Make "ip6_to_str()" take a const pointer as an argument.guy1-3/+3
2002-10-29Note why we're including <sys/socket.h> and <winsock2.h> in places whereguy1-2/+6
2002-08-28Removed trailing whitespaces from .h and .c files using thejmayer1-13/+13
2002-08-03<netinet/in.h> is needed for <arpa/inet.h>, at least on some platforms,guy1-1/+9
2002-08-02Replace the types from sys/types.h and netinet/in.h by their glib.hjmayer1-14/+2
2002-06-23WinPcap 2.3's <pcap.h> includes <packet32.h>, and WinPcap 2.3'sguy1-3/+3
2001-09-14Get rid of no-longer-necessary includes of <sys/time.h>.guy1-5/+1
2001-09-14Make the resolution for time values be nanoseconds rather thanguy1-31/+45
2001-08-01Add a "time_secs_to_str_buf()" routine, which takes seconds andguy1-66/+113
2001-07-15Fixes, from Scott Renfro, for some calls to "localtime()" that didn'tguy1-10/+13
2001-07-13Add a "time_msecs_to_str()" routine, to turn a time interval, expressedguy1-1/+61
2001-05-31Display all the digits of the microsecond field of an absolute timeguy1-4/+4
2001-05-28We now might print four IP addresses on a protocol tree line, so makeguy1-3/+5
2001-04-02Include <string.h> to declare "strlen()", and include <winsock.h> toguy1-5/+10
2001-04-02"to_str.c" uses "size_t"; include <stdlib.h>, to declare it (necessaryguy1-1/+3
2001-04-02Include <sys/time.h> as well as <time.h> in "column-utils.c" andguy1-6/+9
2001-04-01Added #include<sys/time.h> to to_str.chagbard1-1/+7
2001-04-01Moved vines_addr_to_str() from packet-vines.{h,c} to epan/to_str.{c,h}.hagbard1-1/+18
2001-04-01Moved various to_str files from packet.{c,h} to a separatehagbard1-0/+443