aboutsummaryrefslogtreecommitdiffstats
path: root/epan/to_str.c
AgeCommit message (Expand)AuthorFilesLines
2011-06-07Fix gcc 4.6 "set but not used [-Wunused-but-set-variable]" warningswmeier1-2/+0
2011-05-05Introduce ip6_to_str_buf_len (little cleaner version of inet_ntop6 from wsuti...darkjames1-0/+16
2011-04-12Use g_strlcat instead of strcat: Coverity 632.cmaynard1-8/+8
2011-02-15From Matthew Parris:jake1-4/+4
2011-01-24Print "0 seconds" when time_val==0 in functions converting seconds to string.stig1-3/+3
2010-12-21Add a comment about not needing to g_free() the value returned from g_locale_...wmeier1-0/+3
2010-12-01Fix a GCC error.wmeier1-1/+1
2010-12-01On Windows: convert _tzname[] strings from the system charset to UTF8 before ...wmeier1-18/+49
2010-05-21Have abs_time_to_str() and abs_time_to_str_secs() take an additionalguy1-34/+76
2010-04-03 From Yaniv Kaul: constify parameterswmeier1-21/+21
2010-04-02Revert SVN #32360 until Windows compilation errors corrected.wmeier1-18/+18
2010-04-02From Yaniv Kaul: constify parameterswmeier1-18/+18
2010-02-28Added svn:ignore targets.stig1-400/+85
2010-02-24From Jakub Zawadzki:etxrab1-2/+4
2010-02-23From Jakub Zawadzki:etxrab1-159/+268
2010-01-28Fix various gcc -Wshadow warnings.wmeier1-43/+43
2010-01-19Use more unique names for certain enum constants.wmeier1-15/+15
2009-12-11Protect against localtime() failing.guy1-8/+14
2009-12-11The pointer is "tmp", not "tm".guy1-6/+6
2009-12-11Squelch warnings.guy1-2/+2
2009-12-11Add the time zone abbreviation to the result of abs_time_to_str() andguy1-25/+51
2009-12-10Add an argument to abs_time_to_str() and abs_time_secs_to_str()guy1-4/+18
2009-12-09Note that there are similar functions to the "to_hexstr" functionsguy1-0/+6
2009-12-08From Jakub Zawadzki:stig1-6/+6
2009-12-08From Jakub Zawadzki:etxrab1-21/+70
2009-10-25From Jakub Zawadzki:etxrab1-14/+6
2009-09-06Reorder file to group related functionalitykrj1-307/+304
2009-09-06Change se_address_to_str() to call address_to_str_buf() directlykrj1-2/+3
2009-09-06Rename address_to_str() to ep_address_to_str() because:krj1-8/+8
2009-07-20From Jakub Zawadzki via bug 3701:stig1-3/+3
2009-07-17Fix an ep buffer overrun introduced in r29130.gerald1-6/+17
2009-07-17From Kovarththanan Rajaratnam:etxrab1-20/+16
2009-07-07Introduce se_address_to_str()etxrab1-0/+11
2009-06-25Unsigned does not have msign.stig1-7/+6
2009-06-25From Nathan Hartwell via bug 2733:stig1-0/+55
2009-05-15Introduce decode_bits_in_field() and use it.etxrab1-0/+53
2009-04-08Fix the last commit.gerald1-2/+1
2009-04-08More size_t fixes.gerald1-31/+27
2008-09-30Check in a modified version of Alexey Neyman's patch from bug 2777. This shouldgerald1-11/+15
2008-06-25Constify a bunch of stuff, to squelch -Wwrite-strings warnings. guy1-1/+1
2007-08-25replace oid_to_str_buf() and oid_to_str()lego1-43/+0
2007-05-14fix a bug found while fuzz testing the opcua dissector:ulfl1-2/+11
2007-04-26mtp3_addr_to_str_buf() and mtp3_pc_hash() expect to be passed a pointerguy1-1/+1
2007-04-26For address types where the address is a bunch of bytes, convert theguy1-10/+18
2007-03-22fix some more warningsulfl1-3/+3
2007-01-31From Andrej Mikus: gerald1-9/+14
2007-01-29Fix potential buffer overruns in address_to_str_buf() found by Andrej gerald1-8/+20
2007-01-08Commit my USB changes (change address handling)jmayer1-1/+1
2006-12-05From Douglas Pratley with trivial changes and documentation changes sfisher1-0/+50
2006-10-14create a new address type AT_USB and start populating the packet list sahlberg1-0/+14