aboutsummaryrefslogtreecommitdiffstats
path: root/epan/to_str.c
AgeCommit message (Expand)AuthorFilesLines
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
2009-12-11Squelch warnings.Guy Harris1-2/+2
2009-12-11Add the time zone abbreviation to the result of abs_time_to_str() andGuy Harris1-25/+51
2009-12-10Add an argument to abs_time_to_str() and abs_time_secs_to_str()Guy Harris1-4/+18
2009-12-09Note that there are similar functions to the "to_hexstr" functionsGuy Harris1-0/+6
2009-12-08From Jakub Zawadzki:Stig Bjørlykke1-6/+6
2009-12-08From Jakub Zawadzki:Anders Broman1-21/+70
2009-10-25From Jakub Zawadzki:Anders Broman1-14/+6
2009-09-06Reorder file to group related functionalityKovarththanan Rajaratnam1-307/+304
2009-09-06Change se_address_to_str() to call address_to_str_buf() directlyKovarththanan Rajaratnam1-2/+3
2009-09-06Rename address_to_str() to ep_address_to_str() because:Kovarththanan Rajaratnam1-8/+8
2009-07-20From Jakub Zawadzki via bug 3701:Stig Bjørlykke1-3/+3
2009-07-17Fix an ep buffer overrun introduced in r29130.Gerald Combs1-6/+17
2009-07-17From Kovarththanan Rajaratnam:Anders Broman1-20/+16
2009-07-07Introduce se_address_to_str()Anders Broman1-0/+11
2009-06-25Unsigned does not have msign.Stig Bjørlykke1-7/+6
2009-06-25From Nathan Hartwell via bug 2733:Stig Bjørlykke1-0/+55
2009-05-15Introduce decode_bits_in_field() and use it.Anders Broman1-0/+53
2009-04-08Fix the last commit.Gerald Combs1-2/+1
2009-04-08More size_t fixes.Gerald Combs1-31/+27
2008-09-30Check in a modified version of Alexey Neyman's patch from bug 2777. This shouldGerald Combs1-11/+15