aboutsummaryrefslogtreecommitdiffstats
path: root/epan/to_str.c
AgeCommit message (Expand)AuthorFilesLines
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
2008-06-25Constify a bunch of stuff, to squelch -Wwrite-strings warnings. Guy Harris1-1/+1
2007-08-25replace oid_to_str_buf() and oid_to_str()Luis Ontanon1-43/+0
2007-05-14fix a bug found while fuzz testing the opcua dissector:Ulf Lamping1-2/+11
2007-04-26mtp3_addr_to_str_buf() and mtp3_pc_hash() expect to be passed a pointerGuy Harris1-1/+1
2007-04-26For address types where the address is a bunch of bytes, convert theGuy Harris1-10/+18
2007-03-22fix some more warningsUlf Lamping1-3/+3
2007-01-31From Andrej Mikus: Gerald Combs1-9/+14
2007-01-29Fix potential buffer overruns in address_to_str_buf() found by Andrej Gerald Combs1-8/+20
2007-01-08Commit my USB changes (change address handling)Jörg Mayer1-1/+1
2006-12-05From Douglas Pratley with trivial changes and documentation changes Stephen Fisher1-0/+50
2006-10-14create a new address type AT_USB and start populating the packet list Ronnie Sahlberg1-0/+14
2006-05-21name changeRonnie Sahlberg1-2/+2