As pointed by Evan: don't leak memory when the string pointer is NULL.
[metze/wireshark/wip.git] / epan / to_str.h
2013-08-30 Gerald CombsAdd an item tracer to the TCP stream graph. Enable...
2013-06-25 Jeff MorrissMove a couple of time-related modules into wsutil.
2013-06-17 Pascal QuantinMore PDU export work:
2013-03-01 Balint ReczeyExport libwireshark symbols using WS_DLL_PUBLIC define
2012-12-26 Guy HarrisFix a bunch of warnings.
2012-08-02 Guy HarrisFrom Richard Stearn: support for AX.25, including suppo...
2012-06-28 Jakub ZawadzkiUpdate Free Software Foundation address.
2012-04-04 Gerald CombsMake bit_offset in _tvb_get_bits64 and related function...
2011-05-08 Alexis La GoutteAdd FT_EUI64 Field Type
2011-05-05 Jakub ZawadzkiIntroduce ip6_to_str_buf_len (little cleaner version...
2011-02-11 Jeff MorrissRename vines_to_str() to tvb_vines_to_str() and make...
2011-01-21 Jeff MorrissIntroduce, and start using, tvb_eth_to_str().
2011-01-16 Jeff MorrissIntroduce, and start using, tvb_fc_to_str() and tvb_fcw...
2011-01-13 Jeff MorrissIntroduce, and start using, tvb_ip_to_str() and tvb_ip6...
2010-05-21 Guy HarrisHave abs_time_to_str() and abs_time_to_str_secs() take...
2010-04-03 Bill Meier From Yaniv Kaul: constify parameters
2010-04-02 Bill MeierRevert SVN #32360 until Windows compilation errors...
2010-04-02 Bill MeierFrom Yaniv Kaul: constify parameters
2010-02-27 Guy HarrisAdd a third date format, ABSOLUTE_TIME_DOY_UTC, to...
2010-02-23 Anders BromanFrom Jakub Zawadzki:
2010-01-19 Bill MeierUse more unique names for certain enum constants.
2009-12-10 Guy HarrisAdd an argument to abs_time_to_str() and abs_time_secs_...
2009-09-06 Kovarththanan Raja... Rename address_to_str() to ep_address_to_str() because:
2009-08-21 Kovarththanan Raja... Sanitize epan includes
2009-07-07 Anders BromanIntroduce se_address_to_str()
2009-06-25 Stig BjørlykkeFrom Nathan Hartwell via bug 2733:
2009-05-15 Anders BromanIntroduce decode_bits_in_field() and use it.
2008-06-25 Guy HarrisConstify a bunch of stuff, to squelch -Wwrite-strings...
2007-08-25 Luis Ontanonreplace oid_to_str_buf() and oid_to_str()
2007-01-29 Gerald CombsFix potential buffer overruns in address_to_str_buf...
2006-12-05 Stephen FisherFrom Douglas Pratley with trivial changes and documenta...
2006-05-21 Ronnie Sahlbergname change
2006-03-10 Tomas Kukosanew FT_GUID handling - big/little endian supported
2005-12-01 Anders BromanAdd TIPC address as address type and use it in TIPC.
2005-08-28 Guy HarrisExport "bytestring_to_str()", and use it when adding...
2005-08-25 Ulf Lampingtimestamp display precision:
2005-08-20 Ronnie Sahlbergremoval of even more sprintf
2005-08-08 Ulf Lampingvarious code cleanup:
2005-07-04 Tomas Kukosanew field type FT_GUID
2005-05-05 Guy Harris"oid_to_str()" and "oid_to_str_buf()" don't modify...
2005-04-28 Tomas KukosaNew oid_to_str() and oid_to_str_buf() functions
2005-04-12 Ronnie Sahlbergchange time_secs_to_str() and time_msecs_to_str() to...
2005-01-01 Guy Harris"address_to_str()" and "address_to_str_buf()" don't...
2004-07-18 Guy HarrisSet the svn:eol-style property on all text files to...
2004-01-10 Jörg Mayerto_str.c declares this: gchar* ip6_to_str ..., make...
2003-12-09 Guy HarrisAdd "ip6_to_str_buf()", by analogy to "ip_to_str_buf()".
2003-12-08 Guy HarrisGet rid of the private "my_decode_bitfield_value()...
2003-08-26 Guy HarrisCreate an "address_to_str_buf()" routine, called by...
2003-08-24 Ronnie SahlbergAdd a new function address_to_str to to_str.c
2003-08-24 Guy HarrisFC addresses are no longer extracted into guint32s...
2003-08-23 Ronnie SahlbergAdd FibreChannel to the types of protocols we can show...
2003-06-23 Ronnie SahlbergUpdate to FC to store the source and destination id...
2003-02-12 Guy HarrisMake the argument to "abs_time_secs_to_str()" a "time_t...
2003-02-11 Guy HarrisAdd a "abs_time_secs_to_str()" routine that takes a...
2002-12-09 Guy HarrisWork around annoying Apple C compiler/linker bug.
2002-12-08 Guy HarrisClean up a bit, and put "extern" back.
2002-12-08 Gerald CombsFrom Dinesh Dutt: Add Fibre Channel support, including...
2002-11-28 Guy HarrisMake "ip6_to_str()" take a const pointer as an argument.
2002-08-28 Jörg MayerRemoved trailing whitespaces from .h and .c files using the
2002-08-02 Jörg MayerReplace the types from sys/types.h and netinet/in.h...
2002-05-05 Guy HarrisMake a "tcp_dissect_pdus()" with the standard loop...
2001-09-14 Guy HarrisMake the resolution for time values be nanoseconds...
2001-08-01 Guy HarrisAdd a "time_secs_to_str_buf()" routine, which takes...
2001-07-13 Guy HarrisAdd a "time_msecs_to_str()" routine, to turn a time...
2001-04-01 Ed WarnickeMoved vines_addr_to_str() from packet-vines.{h,c} to...
2001-04-01 Ed WarnickeMoved various to_str files from packet.{c,h} to a separate