Remove all $Id$ from top of file
[metze/wireshark/wip.git] / epan / to_str.c
2014-03-04 Alexis La GoutteRemove all $Id$ from top of file
2014-01-29 Alexis La GoutteMerge "Apply layouts in Qt Creator. Fix a tooltip."
2014-01-26 Alexis La GoutteDrop support of Visual Studio 2005
2013-12-19 Evan HuusAdd bytestring_to_str() which takes a wmem scope and...
2013-12-19 Evan HuusRename more to_str functions to have ep_ in the name...
2013-12-19 Evan HuusRename a couple of to_str functions to have ep_ in...
2013-12-19 Evan HuusModelines and consistent indentation.
2013-12-09 Jakub ZawadzkiFix warnings
2013-11-09 Jakub ZawadzkiPut "private" to_str.c functions to to_str-int.h
2013-08-15 Jakub Zawadzki[trivial] Use g_stpcpy()
2013-06-28 Guy HarrisRename octet_to_hex() to low_nibble_of_octet_to_hex...
2013-06-28 Jakub ZawadzkiUse octet_to_hex() in another place.
2013-06-28 Jakub Zawadzki#micro-optimization, remove g_snprintf()'s from _hfinfo...
2013-06-17 Pascal QuantinMore PDU export work:
2013-06-04 Chris MaynardFix warning reported by MSVC:
2013-06-04 Jakub ZawadzkiChange two arrays of pointer to strings, to array of...
2013-03-18 Anders BromanFrom beroset:
2013-03-01 Balint ReczeyExport libwireshark symbols using WS_DLL_PUBLIC define
2013-01-04 Pascal QuantinFix https://bugs.wireshark.org/bugzilla/show_bug.cgi...
2012-12-26 Guy HarrisFix a bunch of warnings.
2012-12-09 Anders BromanTry to speed up decode_bits_in_field().
2012-09-20 Jeff MorrissWe always HAVE_CONFIG_H so don't bother checking whethe...
2012-08-02 Guy HarrisMove the AX.25 address routines to address_to_str.c...
2012-08-02 Guy HarrisFrom Richard Stearn: support for AX.25, including suppo...
2012-06-28 Jakub ZawadzkiUpdate Free Software Foundation address.
2012-05-07 Chris MaynardTrivial typo: of -> or
2012-04-04 Gerald CombsMake bit_offset in _tvb_get_bits64 and related function...
2011-12-14 Guy HarrisPut back the checks for null arguments, but report...
2011-12-14 Guy HarrisBack the previous change out; I'll be checking in a...
2011-12-13 Chris MaynardProtect against NULL pointers as input. Based on the...
2011-06-07 Bill MeierFix gcc 4.6 "set but not used [-Wunused-but-set-variabl...
2011-05-05 Jakub ZawadzkiIntroduce ip6_to_str_buf_len (little cleaner version...
2011-04-12 Chris MaynardUse g_strlcat instead of strcat: Coverity 632.
2011-02-15 Jaap KeuterFrom Matthew Parris:
2011-01-24 Stig BjørlykkePrint "0 seconds" when time_val==0 in functions convert...
2010-12-21 Bill MeierAdd a comment about not needing to g_free() the value...
2010-12-01 Bill MeierFix a GCC error.
2010-12-01 Bill MeierOn Windows: convert _tzname[] strings from the system...
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 HarrisFrom Jakub Zawadzki: split off the address-to-string...
2010-02-27 Guy HarrisSquelch some compiler warnings.
2010-02-27 Guy HarrisAdd a third date format, ABSOLUTE_TIME_DOY_UTC, to...
2010-02-24 Anders BromanFrom Jakub Zawadzki:
2010-02-23 Anders BromanFrom Jakub Zawadzki:
2010-01-28 Bill MeierFix various gcc -Wshadow warnings.
2010-01-19 Bill MeierUse more unique names for certain enum constants.
2009-12-11 Guy HarrisProtect against localtime() failing.
2009-12-11 Guy HarrisThe pointer is "tmp", not "tm".
2009-12-11 Guy HarrisSquelch warnings.
2009-12-11 Guy HarrisAdd the time zone abbreviation to the result of abs_tim...
2009-12-10 Guy HarrisAdd an argument to abs_time_to_str() and abs_time_secs_...
2009-12-09 Guy HarrisNote that there are similar functions to the "to_hexstr...
2009-12-08 Stig BjørlykkeFrom Jakub Zawadzki:
2009-12-08 Anders BromanFrom Jakub Zawadzki:
2009-10-25 Anders BromanFrom Jakub Zawadzki:
2009-09-06 Kovarththanan Raja... Reorder file to group related functionality
2009-09-06 Kovarththanan Raja... Change se_address_to_str() to call address_to_str_buf...
2009-09-06 Kovarththanan Raja... Rename address_to_str() to ep_address_to_str() because:
2009-07-20 Stig BjørlykkeFrom Jakub Zawadzki via bug 3701:
2009-07-17 Gerald CombsFix an ep buffer overrun introduced in r29130.
2009-07-17 Anders BromanFrom Kovarththanan Rajaratnam:
2009-07-07 Anders BromanIntroduce se_address_to_str()
2009-06-25 Stig BjørlykkeUnsigned does not have msign.
2009-06-25 Stig BjørlykkeFrom Nathan Hartwell via bug 2733:
2009-05-15 Anders BromanIntroduce decode_bits_in_field() and use it.
2009-04-08 Gerald CombsFix the last commit.
2009-04-08 Gerald CombsMore size_t fixes.
2008-09-30 Gerald CombsCheck in a modified version of Alexey Neyman's patch...
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-05-14 Ulf Lampingfix a bug found while fuzz testing the opcua dissector:
2007-04-26 Guy Harrismtp3_addr_to_str_buf() and mtp3_pc_hash() expect to...
2007-04-26 Guy HarrisFor address types where the address is a bunch of bytes...
2007-03-22 Ulf Lampingfix some more warnings
2007-01-31 Gerald CombsFrom Andrej Mikus:
2007-01-29 Gerald CombsFix potential buffer overruns in address_to_str_buf...
2007-01-08 Jörg MayerCommit my USB changes (change address handling)
2006-12-05 Stephen FisherFrom Douglas Pratley with trivial changes and documenta...
2006-10-14 Ronnie Sahlbergcreate a new address type AT_USB and start populating...
2006-05-21 Ronnie Sahlbergname change
2006-03-29 Guy HarrisSquelch a compiler warning.
2006-03-24 Jaap KeuterFrom Olivier Jacques:
2006-03-10 Tomas Kukosanew FT_GUID handling - big/little endian supported
2006-03-10 Tim PotterRemove a linebreak to emphasise the guid structure...
2006-02-03 Anders BromanFrom Mike Duigou:
2006-01-17 Gerald CombsFix an off-by-one error. Fixes bug 698, possibly others.
2006-01-12 Tomas Kukosaoid_to_str_buf() keep enough speace before appending...
2005-12-18 Jörg Mayerwarning: no newline at end of file
2005-12-02 Tomas Kukosanew field type FT_OID for OBJECT IDENTIFIERs
2005-12-01 Anders BromanAdd TIPC address as address type and use it in TIPC.
2005-10-28 Gerald CombsIf bytes_to_str() is passed a zero length value, return...
2005-10-26 Anders BromanFrom Mike Duigou
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-20 Ronnie Sahlbergremove sprintf from mtp3
2005-08-08 Ulf Lampingvarious code cleanup:
next