aboutsummaryrefslogtreecommitdiffstats
path: root/epan/to_str.c
AgeCommit message (Expand)AuthorFilesLines
2005-04-15In time_secs_to_str_buf(), handle the case where a large time value makes Gerald Combs1-1/+7
2005-04-12change time_secs_to_str() and time_msecs_to_str() to take a signed integer as...Ronnie Sahlberg1-13/+29
2005-02-03Yniv Kaul: Small performance optimizationJörg Mayer1-15/+14
2005-01-01"address_to_str()" and "address_to_str_buf()" don't modify the "address"Guy Harris1-2/+2
2004-08-06From Albert Chin: rename resolv.{ch} to addr_resolv.{ch}, so that anGuy Harris1-1/+1
2004-07-18Move dissectors to epan/dissectors directory.Gilbert Ramirez1-1/+1
2004-07-18Set the svn:eol-style property on all text files to "native", so thatGuy Harris1-1/+1
2004-06-16As long as any text has been put into a time interval string, the nextGuy Harris1-11/+8
2004-04-21From Michael Lum:Guy Harris1-1/+2
2004-03-23Add support for DLT_APPLE_IP_OVER_IEEE_1394.Guy Harris1-1/+6
2003-12-09Add "ip6_to_str_buf()", by analogy to "ip_to_str_buf()".Guy Harris1-2/+8
2003-12-08Get rid of the private "my_decode_bitfield_value()" a number ofGuy Harris1-2/+12
2003-12-08From Michael Lum: support an AT_SS7PC address type for SS7 point codes,Guy Harris1-1/+5
2003-11-17updates to ip_to_str[_buf]() to make them faster.Ronnie Sahlberg1-39/+79
2003-10-07Get rid of an out-of-date comment.Guy Harris1-3/+1
2003-08-26Include "osi-utils.h" to define "print_nsap_net_buf()".Guy Harris1-1/+2
2003-08-26Create an "address_to_str_buf()" routine, called by "address_to_str()",Guy Harris1-22/+42
2003-08-24Put in some comments about possible future work on "address_to_str()".Guy Harris1-4/+25
2003-08-24Add endpoint talker support for IPXRonnie Sahlberg1-1/+6
2003-08-24Update address_to_str to handle FC and ETH addresses as well.Ronnie Sahlberg1-2/+13
2003-08-24Add a new function address_to_str to to_str.cRonnie Sahlberg1-1/+39
2003-08-24FC addresses are no longer extracted into guint32s, so "fc32_to_str()"Guy Harris1-19/+1
2003-08-23Update the UDP and the TCP conversation list tool so that it can handle IPv6 ...Ronnie Sahlberg1-4/+11
2003-08-23Add FibreChannel to the types of protocols we can show a conversation list forRonnie Sahlberg1-5/+3
2003-06-26Make the definition of "fc32_to_str()" match its prototype.Guy Harris1-5/+15
2003-06-24Updates to the fibre channel dissectorRonnie Sahlberg1-3/+4
2003-06-23Update to FC to store the source and destination id in a guintRonnie Sahlberg1-1/+11
2003-02-12Make the argument to "abs_time_secs_to_str()" a "time_t" - it's in ANSIGuy Harris1-2/+2
2003-02-11Add a "abs_time_secs_to_str()" routine that takes a UNIX time-since-the-Guy Harris1-11/+39
2003-01-21From Brian Ginsbach: symbolic names for Fibre Channel Network AddressGuy Harris1-6/+24
2002-12-10Fix the formal argument list to "bytestring_to_str()" to match theGuy Harris1-8/+14
2002-12-09Work around annoying Apple C compiler/linker bug.Guy Harris1-86/+40
2002-12-08From Dinesh Dutt: Add Fibre Channel support, including FCIP, Basic FCGerald Combs1-5/+109
2002-11-28Make "ip6_to_str()" take a const pointer as an argument.Guy Harris1-3/+3
2002-10-29Note why we're including <sys/socket.h> and <winsock2.h> in places whereGuy Harris1-2/+6
2002-08-28Removed trailing whitespaces from .h and .c files using theJörg Mayer1-13/+13
2002-08-03<netinet/in.h> is needed for <arpa/inet.h>, at least on some platforms,Guy Harris1-1/+9
2002-08-02Replace the types from sys/types.h and netinet/in.h by their glib.hJörg Mayer1-14/+2
2002-06-23WinPcap 2.3's <pcap.h> includes <packet32.h>, and WinPcap 2.3'sGuy Harris1-3/+3
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