aboutsummaryrefslogtreecommitdiffstats
path: root/epan/to_str.h
AgeCommit message (Expand)AuthorFilesLines
2005-08-28Export "bytestring_to_str()", and use it when adding the link-layerGuy Harris1-0/+1
2005-08-25timestamp display precision:Ulf Lamping1-0/+3
2005-08-20removal of even more sprintfRonnie Sahlberg1-3/+3
2005-08-08various code cleanup:Ulf Lamping1-1/+1
2005-07-04new field type FT_GUIDTomas Kukosa1-0/+3
2005-05-05"oid_to_str()" and "oid_to_str_buf()" don't modify what the "oid"Guy Harris1-2/+2
2005-04-28New oid_to_str() and oid_to_str_buf() functionsTomas Kukosa1-0/+4
2005-04-12change time_secs_to_str() and time_msecs_to_str() to take a signed integer as...Ronnie Sahlberg1-2/+2
2005-01-01"address_to_str()" and "address_to_str_buf()" don't modify the "address"Guy Harris1-2/+2
2004-07-18Set the svn:eol-style property on all text files to "native", so thatGuy Harris1-1/+1
2004-01-10to_str.c declares this: gchar* ip6_to_str ..., make to_str.h do the sameJörg Mayer1-2/+2
2003-12-09Add "ip6_to_str_buf()", by analogy to "ip_to_str_buf()".Guy Harris1-1/+2
2003-12-08Get rid of the private "my_decode_bitfield_value()" a number ofGuy Harris1-1/+3
2003-08-26Create an "address_to_str_buf()" routine, called by "address_to_str()",Guy Harris1-1/+3
2003-08-24Add a new function address_to_str to to_str.cRonnie Sahlberg1-1/+2
2003-08-24FC addresses are no longer extracted into guint32s, so "fc32_to_str()"Guy Harris1-2/+1
2003-08-23Add FibreChannel to the types of protocols we can show a conversation list forRonnie Sahlberg1-2/+3
2003-06-23Update to FC to store the source and destination id in a guintRonnie Sahlberg1-1/+2
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-1/+2
2002-12-09Work around annoying Apple C compiler/linker bug.Guy Harris1-3/+1
2002-12-08Clean up a bit, and put "extern" back.Guy Harris1-9/+8
2002-12-08From Dinesh Dutt: Add Fibre Channel support, including FCIP, Basic FCGerald Combs1-5/+10
2002-11-28Make "ip6_to_str()" take a const pointer as an argument.Guy Harris1-2/+2
2002-08-28Removed trailing whitespaces from .h and .c files using theJörg Mayer1-6/+6
2002-08-02Replace the types from sys/types.h and netinet/in.h by their glib.hJörg Mayer1-9/+1
2002-05-05Make a "tcp_dissect_pdus()" with the standard loop for a TCP segment,Guy Harris1-19/+20
2001-09-14Make the resolution for time values be nanoseconds rather thanGuy Harris1-6/+17
2001-08-01Add a "time_secs_to_str_buf()" routine, which takes seconds andGuy Harris1-3/+3
2001-07-13Add a "time_msecs_to_str()" routine, to turn a time interval, expressedGuy Harris1-1/+2
2001-04-01Moved vines_addr_to_str() from packet-vines.{h,c} to epan/to_str.{c,h}.Ed Warnicke1-1/+2
2001-04-01Moved various to_str files from packet.{c,h} to a separateEd Warnicke1-0/+65