aboutsummaryrefslogtreecommitdiffstats
path: root/epan/to_str.c
AgeCommit message (Expand)AuthorFilesLines
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2014-01-26Drop support of Visual Studio 2005Alexis La Goutte1-42/+27
2013-12-19Add bytestring_to_str() which takes a wmem scope and is otherwise identical toEvan Huus1-0/+28
2013-12-19Rename more to_str functions to have ep_ in the name if they return ephemeralEvan Huus1-42/+14
2013-12-19Rename a couple of to_str functions to have ep_ in the name. This makes itEvan Huus1-6/+6
2013-12-19Modelines and consistent indentation.Evan Huus1-553/+565
2013-12-09Fix warningsJakub Zawadzki1-2/+0
2013-11-09Put "private" to_str.c functions to to_str-int.hJakub Zawadzki1-0/+1
2013-08-15[trivial] Use g_stpcpy()Jakub Zawadzki1-2/+2
2013-06-28Rename octet_to_hex() to low_nibble_of_octet_to_hex() to indicate whatGuy Harris1-8/+8
2013-06-28Use octet_to_hex() in another place.Jakub Zawadzki1-8/+4
2013-06-28#micro-optimization, remove g_snprintf()'s from _hfinfo_[u]int_value_format w...Jakub Zawadzki1-16/+83
2013-06-17More PDU export work:Pascal Quantin1-0/+22
2013-06-04Fix warning reported by MSVC:Chris Maynard1-1/+1
2013-06-04Change two arrays of pointer to strings, to array of characters. Save some sp...Jakub Zawadzki1-2/+2
2013-03-18From beroset:Anders Broman1-9/+9
2013-03-01Export libwireshark symbols using WS_DLL_PUBLIC defineBalint Reczey1-0/+1
2013-01-04Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8105 :Pascal Quantin1-2/+2
2012-12-26Fix a bunch of warnings.Guy Harris1-1/+1
2012-12-09Try to speed up decode_bits_in_field().Anders Broman1-12/+19
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
2012-08-02Move the AX.25 address routines to address_to_str.c, where they belong;Guy Harris1-24/+0
2012-08-02From Richard Stearn: support for AX.25, including support forGuy Harris1-0/+24
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2012-05-07Trivial typo: of -> orChris Maynard1-1/+1
2012-04-04Make bit_offset in _tvb_get_bits64 and related functions unsigned. ThisGerald Combs1-2/+1
2011-12-14Put back the checks for null arguments, but report a dissector bug ifGuy Harris1-17/+44
2011-12-14Back the previous change out; I'll be checking in a change to throw aGuy Harris1-26/+18
2011-12-13Protect against NULL pointers as input. Based on the stacktrace provided, th...Chris Maynard1-18/+26
2011-06-07Fix gcc 4.6 "set but not used [-Wunused-but-set-variable]" warningsBill Meier1-2/+0
2011-05-05Introduce ip6_to_str_buf_len (little cleaner version of inet_ntop6 from wsuti...Jakub Zawadzki1-0/+16
2011-04-12Use g_strlcat instead of strcat: Coverity 632.Chris Maynard1-8/+8
2011-02-15From Matthew Parris:Jaap Keuter1-4/+4
2011-01-24Print "0 seconds" when time_val==0 in functions converting seconds to string.Stig Bjørlykke1-3/+3
2010-12-21Add a comment about not needing to g_free() the value returned from g_locale_...Bill Meier1-0/+3
2010-12-01Fix a GCC error.Bill Meier1-1/+1
2010-12-01On Windows: convert _tzname[] strings from the system charset to UTF8 before ...Bill Meier1-18/+49
2010-05-21Have abs_time_to_str() and abs_time_to_str_secs() take an additionalGuy Harris1-34/+76
2010-04-03 From Yaniv Kaul: constify parametersBill Meier1-21/+21
2010-04-02Revert SVN #32360 until Windows compilation errors corrected.Bill Meier1-18/+18
2010-04-02From Yaniv Kaul: constify parametersBill Meier1-18/+18
2010-02-27From Jakub Zawadzki: split off the address-to-string functions, exceptGuy Harris1-367/+9
2010-02-27Squelch some compiler warnings.Guy Harris1-6/+4
2010-02-27Add a third date format, ABSOLUTE_TIME_DOY_UTC, to show UTC with theGuy Harris1-27/+72
2010-02-24From Jakub Zawadzki:Anders Broman1-2/+4
2010-02-23From Jakub Zawadzki:Anders Broman1-159/+268
2010-01-28Fix various gcc -Wshadow warnings.Bill Meier1-43/+43
2010-01-19Use more unique names for certain enum constants.Bill Meier1-15/+15
2009-12-11Protect against localtime() failing.Guy Harris1-8/+14
2009-12-11The pointer is "tmp", not "tm".Guy Harris1-6/+6