aboutsummaryrefslogtreecommitdiffstats
path: root/epan/to_str.h
AgeCommit message (Expand)AuthorFilesLines
2008-06-25Constify a bunch of stuff, to squelch -Wwrite-strings warnings. guy1-1/+1
2007-08-25replace oid_to_str_buf() and oid_to_str()lego1-3/+0
2007-01-29Fix potential buffer overruns in address_to_str_buf() found by Andrej gerald1-1/+3
2006-12-05From Douglas Pratley with trivial changes and documentation changes sfisher1-0/+2
2006-05-21name changesahlberg1-2/+2
2006-03-10new FT_GUID handling - big/little endian supportedkukosa1-2/+2
2005-12-01Add TIPC address as address type and use it in TIPC.etxrab1-0/+1
2005-08-28Export "bytestring_to_str()", and use it when adding the link-layerguy1-0/+1
2005-08-25timestamp display precision:ulfl1-0/+3
2005-08-20removal of even more sprintfsahlberg1-3/+3
2005-08-08various code cleanup:ulfl1-1/+1
2005-07-04new field type FT_GUIDkukosa1-0/+3
2005-05-05"oid_to_str()" and "oid_to_str_buf()" don't modify what the "oid"guy1-2/+2
2005-04-28New oid_to_str() and oid_to_str_buf() functionskukosa1-0/+4
2005-04-12change time_secs_to_str() and time_msecs_to_str() to take a signed integer as...sahlberg1-2/+2
2005-01-01"address_to_str()" and "address_to_str_buf()" don't modify the "address"guy1-2/+2
2004-07-18Set the svn:eol-style property on all text files to "native", so thatguy1-1/+1
2004-01-10to_str.c declares this: gchar* ip6_to_str ..., make to_str.h do the samejmayer1-2/+2
2003-12-09Add "ip6_to_str_buf()", by analogy to "ip_to_str_buf()".guy1-1/+2
2003-12-08Get rid of the private "my_decode_bitfield_value()" a number ofguy1-1/+3
2003-08-26Create an "address_to_str_buf()" routine, called by "address_to_str()",guy1-1/+3
2003-08-24Add a new function address_to_str to to_str.csahlberg1-1/+2
2003-08-24FC addresses are no longer extracted into guint32s, so "fc32_to_str()"guy1-2/+1
2003-08-23Add FibreChannel to the types of protocols we can show a conversation list forsahlberg1-2/+3
2003-06-23Update to FC to store the source and destination id in a guintsahlberg1-1/+2
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-1/+2
2002-12-09Work around annoying Apple C compiler/linker bug.guy1-3/+1
2002-12-08Clean up a bit, and put "extern" back.guy1-9/+8
2002-12-08From Dinesh Dutt: Add Fibre Channel support, including FCIP, Basic FCgerald1-5/+10
2002-11-28Make "ip6_to_str()" take a const pointer as an argument.guy1-2/+2
2002-08-28Removed trailing whitespaces from .h and .c files using thejmayer1-6/+6
2002-08-02Replace the types from sys/types.h and netinet/in.h by their glib.hjmayer1-9/+1
2002-05-05Make a "tcp_dissect_pdus()" with the standard loop for a TCP segment,guy1-19/+20
2001-09-14Make the resolution for time values be nanoseconds rather thanguy1-6/+17
2001-08-01Add a "time_secs_to_str_buf()" routine, which takes seconds andguy1-3/+3
2001-07-13Add a "time_msecs_to_str()" routine, to turn a time interval, expressedguy1-1/+2
2001-04-01Moved vines_addr_to_str() from packet-vines.{h,c} to epan/to_str.{c,h}.hagbard1-1/+2
2001-04-01Moved various to_str files from packet.{c,h} to a separatehagbard1-0/+65