aboutsummaryrefslogtreecommitdiffstats
path: root/epan/to_str.h
AgeCommit message (Expand)AuthorFilesLines
2011-05-08Add FT_EUI64 Field Typealagoutte1-0/+3
2011-05-05Introduce ip6_to_str_buf_len (little cleaner version of inet_ntop6 from wsuti...darkjames1-0/+1
2011-02-11Rename vines_to_str() to tvb_vines_to_str() and make it take a pointer a TVBmorriss1-1/+2
2011-01-21Introduce, and start using, tvb_eth_to_str().morriss1-0/+1
2011-01-16Introduce, and start using, tvb_fc_to_str() and tvb_fcwwm_to_str(): thesemorriss1-0/+2
2011-01-13Introduce, and start using, tvb_ip_to_str() and tvb_ip6_to_str(). Thesemorriss1-0/+2
2010-05-21Have abs_time_to_str() and abs_time_to_str_secs() take an additionalguy1-2/+4
2010-04-03 From Yaniv Kaul: constify parameterswmeier1-21/+21
2010-04-02Revert SVN #32360 until Windows compilation errors corrected.wmeier1-15/+15
2010-04-02From Yaniv Kaul: constify parameterswmeier1-15/+15
2010-02-28Added svn:ignore targets.stig1-14/+3
2010-02-23From Jakub Zawadzki:etxrab1-3/+3
2010-01-19Use more unique names for certain enum constants.wmeier1-9/+9
2009-12-10Add an argument to abs_time_to_str() and abs_time_secs_to_str()guy1-2/+2
2009-09-06Rename address_to_str() to ep_address_to_str() because:krj1-1/+3
2009-08-21Sanitize epan includeskrj1-1/+1
2009-07-07Introduce se_address_to_str()etxrab1-0/+1
2009-06-25From Nathan Hartwell via bug 2733:stig1-0/+1
2009-05-15Introduce decode_bits_in_field() and use it.etxrab1-0/+2
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