aboutsummaryrefslogtreecommitdiffstats
path: root/epan/to_str.c
Commit message (Expand)AuthorAgeFilesLines
* We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss2012-09-201-3/+1
* Move the AX.25 address routines to address_to_str.c, where they belong;Guy Harris2012-08-021-24/+0
* From Richard Stearn: support for AX.25, including support forGuy Harris2012-08-021-0/+24
* Update Free Software Foundation address.Jakub Zawadzki2012-06-281-1/+1
* Trivial typo: of -> orChris Maynard2012-05-071-1/+1
* Make bit_offset in _tvb_get_bits64 and related functions unsigned. ThisGerald Combs2012-04-041-2/+1
* Put back the checks for null arguments, but report a dissector bug ifGuy Harris2011-12-141-17/+44
* Back the previous change out; I'll be checking in a change to throw aGuy Harris2011-12-141-26/+18
* Protect against NULL pointers as input. Based on the stacktrace provided, th...Chris Maynard2011-12-131-18/+26
* Fix gcc 4.6 "set but not used [-Wunused-but-set-variable]" warningsBill Meier2011-06-071-2/+0
* Introduce ip6_to_str_buf_len (little cleaner version of inet_ntop6 from wsuti...Jakub Zawadzki2011-05-051-0/+16
* Use g_strlcat instead of strcat: Coverity 632.Chris Maynard2011-04-121-8/+8
* From Matthew Parris:Jaap Keuter2011-02-151-4/+4
* Print "0 seconds" when time_val==0 in functions converting seconds to string.Stig Bjørlykke2011-01-241-3/+3
* Add a comment about not needing to g_free() the value returned from g_locale_...Bill Meier2010-12-211-0/+3
* Fix a GCC error.Bill Meier2010-12-011-1/+1
* On Windows: convert _tzname[] strings from the system charset to UTF8 before ...Bill Meier2010-12-011-18/+49
* Have abs_time_to_str() and abs_time_to_str_secs() take an additionalGuy Harris2010-05-211-34/+76
* From Yaniv Kaul: constify parametersBill Meier2010-04-031-21/+21
* Revert SVN #32360 until Windows compilation errors corrected.Bill Meier2010-04-021-18/+18
* From Yaniv Kaul: constify parametersBill Meier2010-04-021-18/+18
* From Jakub Zawadzki: split off the address-to-string functions, exceptGuy Harris2010-02-271-367/+9
* Squelch some compiler warnings.Guy Harris2010-02-271-6/+4
* Add a third date format, ABSOLUTE_TIME_DOY_UTC, to show UTC with theGuy Harris2010-02-271-27/+72
* From Jakub Zawadzki:Anders Broman2010-02-241-2/+4
* From Jakub Zawadzki:Anders Broman2010-02-231-159/+268
* Fix various gcc -Wshadow warnings.Bill Meier2010-01-281-43/+43
* Use more unique names for certain enum constants.Bill Meier2010-01-191-15/+15
* Protect against localtime() failing.Guy Harris2009-12-111-8/+14
* The pointer is "tmp", not "tm".Guy Harris2009-12-111-6/+6
* Squelch warnings.Guy Harris2009-12-111-2/+2
* Add the time zone abbreviation to the result of abs_time_to_str() andGuy Harris2009-12-111-25/+51
* Add an argument to abs_time_to_str() and abs_time_secs_to_str()Guy Harris2009-12-101-4/+18
* Note that there are similar functions to the "to_hexstr" functionsGuy Harris2009-12-091-0/+6
* From Jakub Zawadzki:Stig Bjørlykke2009-12-081-6/+6
* From Jakub Zawadzki:Anders Broman2009-12-081-21/+70
* From Jakub Zawadzki:Anders Broman2009-10-251-14/+6
* Reorder file to group related functionalityKovarththanan Rajaratnam2009-09-061-307/+304
* Change se_address_to_str() to call address_to_str_buf() directlyKovarththanan Rajaratnam2009-09-061-2/+3
* Rename address_to_str() to ep_address_to_str() because:Kovarththanan Rajaratnam2009-09-061-8/+8
* From Jakub Zawadzki via bug 3701:Stig Bjørlykke2009-07-201-3/+3
* Fix an ep buffer overrun introduced in r29130.Gerald Combs2009-07-171-6/+17
* From Kovarththanan Rajaratnam:Anders Broman2009-07-171-20/+16
* Introduce se_address_to_str()Anders Broman2009-07-071-0/+11
* Unsigned does not have msign.Stig Bjørlykke2009-06-251-7/+6
* From Nathan Hartwell via bug 2733:Stig Bjørlykke2009-06-251-0/+55
* Introduce decode_bits_in_field() and use it.Anders Broman2009-05-151-0/+53
* Fix the last commit.Gerald Combs2009-04-081-2/+1
* More size_t fixes.Gerald Combs2009-04-081-31/+27
* Check in a modified version of Alexey Neyman's patch from bug 2777. This shouldGerald Combs2008-09-301-11/+15