Don't pass the result of tvb_get_ptr() into a %s format string: the string may
[obnox/wireshark/wip.git] / epan / to_str.c
2010-12-21 wmeierAdd a comment about not needing to g_free() the value...
2010-12-01 wmeierFix a GCC error.
2010-12-01 wmeierOn Windows: convert _tzname[] strings from the system...
2010-05-21 guyHave abs_time_to_str() and abs_time_to_str_secs() take...
2010-04-03 wmeier From Yaniv Kaul: constify parameters
2010-04-02 wmeierRevert SVN #32360 until Windows compilation errors...
2010-04-02 wmeierFrom Yaniv Kaul: constify parameters
2010-02-28 stigAdded svn:ignore targets.
2010-02-24 etxrabFrom Jakub Zawadzki:
2010-02-23 etxrabFrom Jakub Zawadzki:
2010-01-28 wmeierFix various gcc -Wshadow warnings.
2010-01-19 wmeierUse more unique names for certain enum constants.
2009-12-11 guyProtect against localtime() failing.
2009-12-11 guyThe pointer is "tmp", not "tm".
2009-12-11 guySquelch warnings.
2009-12-11 guyAdd the time zone abbreviation to the result of abs_tim...
2009-12-10 guyAdd an argument to abs_time_to_str() and abs_time_secs_...
2009-12-09 guyNote that there are similar functions to the "to_hexstr...
2009-12-08 stigFrom Jakub Zawadzki:
2009-12-08 etxrabFrom Jakub Zawadzki:
2009-10-25 etxrabFrom Jakub Zawadzki:
2009-09-06 krjReorder file to group related functionality
2009-09-06 krjChange se_address_to_str() to call address_to_str_buf...
2009-09-06 krjRename address_to_str() to ep_address_to_str() because:
2009-07-20 stigFrom Jakub Zawadzki via bug 3701:
2009-07-17 geraldFix an ep buffer overrun introduced in r29130.
2009-07-17 etxrabFrom Kovarththanan Rajaratnam:
2009-07-07 etxrabIntroduce se_address_to_str()
2009-06-25 stigUnsigned does not have msign.
2009-06-25 stigFrom Nathan Hartwell via bug 2733:
2009-05-15 etxrabIntroduce decode_bits_in_field() and use it.
2009-04-08 geraldFix the last commit.
2009-04-08 geraldMore size_t fixes.
2008-09-30 geraldCheck in a modified version of Alexey Neyman's patch...
2008-06-25 guyConstify a bunch of stuff, to squelch -Wwrite-strings...
2007-08-25 legoreplace oid_to_str_buf() and oid_to_str()
2007-05-14 ulflfix a bug found while fuzz testing the opcua dissector:
2007-04-26 guymtp3_addr_to_str_buf() and mtp3_pc_hash() expect to...
2007-04-26 guyFor address types where the address is a bunch of bytes...
2007-03-22 ulflfix some more warnings
2007-01-31 geraldFrom Andrej Mikus:
2007-01-29 geraldFix potential buffer overruns in address_to_str_buf...
2007-01-08 jmayerCommit my USB changes (change address handling)
2006-12-05 sfisherFrom Douglas Pratley with trivial changes and documenta...
2006-10-14 sahlbergcreate a new address type AT_USB and start populating...
2006-05-21 sahlbergname change
2006-03-29 guySquelch a compiler warning.
2006-03-24 jakeFrom Olivier Jacques:
2006-03-10 kukosanew FT_GUID handling - big/little endian supported
2006-03-10 tpotRemove a linebreak to emphasise the guid structure...
2006-02-03 etxrabFrom Mike Duigou:
2006-01-17 geraldFix an off-by-one error. Fixes bug 698, possibly others.
2006-01-12 kukosaoid_to_str_buf() keep enough speace before appending...
2005-12-18 jmayerwarning: no newline at end of file
2005-12-02 kukosanew field type FT_OID for OBJECT IDENTIFIERs
2005-12-01 etxrabAdd TIPC address as address type and use it in TIPC.
2005-10-28 geraldIf bytes_to_str() is passed a zero length value, return...
2005-10-26 etxrabFrom Mike Duigou
2005-08-28 guyExport "bytestring_to_str()", and use it when adding...
2005-08-25 ulfltimestamp display precision:
2005-08-20 sahlbergremoval of even more sprintf
2005-08-20 sahlbergremove sprintf from mtp3
2005-08-08 ulflvarious code cleanup:
2005-07-23 jmayerMore 'char*' -> 'const char*' changes to fix warnings.
2005-07-22 sahlbergconvert all other nasty "rotating static array" from...
2005-07-22 sahlbergEMEM : a simple and FAST api to allocate memory that...
2005-07-05 kukosaGUID lowercase form seems to be preferred
2005-07-04 kukosanew field type FT_GUID
2005-06-22 geraldFix an off-by-four error, which should take care of...
2005-06-20 etxrabFrom Mike Duigou:
2005-06-06 etxrabFrom Mike Duigou:
2005-05-05 guy"oid_to_str()" and "oid_to_str_buf()" don't modify...
2005-04-28 kukosaNew oid_to_str() and oid_to_str_buf() functions
2005-04-15 geraldIn time_secs_to_str_buf(), handle the case where a...
2005-04-12 sahlbergchange time_secs_to_str() and time_msecs_to_str() to...
2005-02-03 jmayerYniv Kaul: Small performance optimization
2005-01-01 guy"address_to_str()" and "address_to_str_buf()" don't...
2004-08-06 guyFrom Albert Chin: rename resolv.{ch} to addr_resolv...
2004-07-18 gramMove dissectors to epan/dissectors directory.
2004-07-18 guySet the svn:eol-style property on all text files to...
2004-06-16 guyAs long as any text has been put into a time interval...
2004-04-21 guyFrom Michael Lum:
2004-03-23 guyAdd support for DLT_APPLE_IP_OVER_IEEE_1394.
2003-12-09 guyAdd "ip6_to_str_buf()", by analogy to "ip_to_str_buf()".
2003-12-08 guyGet rid of the private "my_decode_bitfield_value()...
2003-12-08 guyFrom Michael Lum: support an AT_SS7PC address type...
2003-11-17 sahlbergupdates to ip_to_str[_buf]() to make them faster.
2003-10-07 guyGet rid of an out-of-date comment.
2003-08-26 guyInclude "osi-utils.h" to define "print_nsap_net_buf()".
2003-08-26 guyCreate an "address_to_str_buf()" routine, called by...
2003-08-24 guyPut in some comments about possible future work on...
2003-08-24 sahlbergAdd endpoint talker support for IPX
2003-08-24 sahlbergUpdate address_to_str to handle FC and ETH addresses...
2003-08-24 sahlbergAdd a new function address_to_str to to_str.c
2003-08-24 guyFC addresses are no longer extracted into guint32s...
2003-08-23 sahlbergUpdate the UDP and the TCP conversation list tool so...
2003-08-23 sahlbergAdd FibreChannel to the types of protocols we can show...
2003-06-26 guyMake the definition of "fc32_to_str()" match its prototype.
2003-06-24 sahlbergUpdates to the fibre channel dissector
2003-06-23 sahlbergUpdate to FC to store the source and destination id...
next