aboutsummaryrefslogtreecommitdiffstats
path: root/epan/to_str.c
AgeCommit message (Expand)AuthorFilesLines
2015-03-19Eliminate decode_bitfield_value from "public" use.Michael Mann1-11/+0
2015-02-21More wrapping of constants with G_GUINT64_CONSTANT().Guy Harris1-18/+18
2015-02-21The shortening to 32 bits is intentional, so add a cast.Guy Harris1-4/+4
2015-02-21Make FT_{U}INT64 behave more like FT_{U}INT32, add support for FT_{U}INT{40,4...JC Wren1-9/+164
2015-02-09Add fixed length function for address types.Michael Mann1-0/+17
2015-02-09Add address type registration.Michael Mann1-1/+1
2015-01-18Remove some apparently-unnecessary includes of emem.h.Guy Harris1-1/+0
2015-01-17Replace the last of ep_alloc and ep_alloc0 with wmem equivalent.Michael Mann1-1/+1
2015-01-10to_str (epan): fix parameter 'scope' not found in the function declaration [-...Alexis La Goutte1-2/+2
2015-01-08guid_to_ep_str -> guid_to_strMichael Mann1-2/+2
2015-01-08Remove decode_numeric_bitfield.Michael Mann1-21/+0
2015-01-08bytes_to_ep_str -> bytes_to_strMichael Mann1-27/+0
2015-01-07Squelch a compiler warning.Guy Harris1-1/+1
2015-01-07Replace bytes_to_ep_str_punct with wmem equivalent.Michael Mann1-32/+0
2015-01-07tvb_bytes_to_ep_str_punct -> tvb_bytes_to_str_punctMichael Mann1-14/+20
2015-01-07Remove bytestring_to_ep_strMichael Mann1-32/+0
2015-01-06Replace ep_address_to_str with address_to_str.Michael Mann1-1/+1
2015-01-04Make all Lua code use wmem not ememHadriel Kaplan1-0/+27
2014-10-13Follow-up of ged0b19b (Make boolean bitmask type 64-bit wide)Pascal Quantin1-2/+2
2014-10-12Make boolean bitmask type 64-bit wideDaniel Mack1-6/+6
2014-09-16Fix spelling: cant-->can't, wont-->won't, etcBill Meier1-1/+1
2014-09-04Fix up some formatting.Jeff Morriss1-18/+39
2014-07-30Fix up some white space.Jeff Morriss1-12/+12
2014-06-16Convert more time_to_str functions to wmemEvan Huus1-18/+18
2014-06-16Convert a bunch of time_to_str functions to wmemEvan Huus1-47/+56
2014-05-01Try to fix warning C4244: '-=' : conversion from '__int64' to 'int',AndersBroman1-1/+1
2014-04-30Document to_str-int.h functions.Jakub Zawadzki1-5/+5
2014-04-30Optimize display_signed_time() - remove g_snprintfJakub Zawadzki1-10/+60
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