aboutsummaryrefslogtreecommitdiffstats
path: root/epan/to_str.c
AgeCommit message (Expand)AuthorFilesLines
2016-09-19Improve support for single-character fields and filter expressions.Guy Harris1-0/+6
2016-06-06Move ip6_to_str_buf() to to_str.c and make it take the buffer length.João Valverde1-0/+11
2016-05-09Give the time_[m]secs_to routines names that begin with "[un]signed_".Guy Harris1-15/+15
2016-05-09Handle -2^31 as a negative time-in-seconds.Guy Harris1-46/+25
2016-05-09Shuffle some routines to put absolute-time and relative-time code together.Guy Harris1-208/+218
2016-04-02Use AC_STRUCT_TIMEZONEJoão Valverde1-1/+1
2016-01-07Remove constness from bytestring_to_str() [-Wcast-qual]João Valverde1-1/+1
2015-09-13Make other_decode_bitfield_value private to proto.c.Michael Mann1-35/+0
2015-08-19Added TDMoP protocol dissectorAndrew Chernyh1-0/+1
2015-06-21Fix memory leak printing eui64sEvan Huus1-1/+2
2015-05-07fix FT_UINT64 fields output in tsharkMoeller, Thies1-18/+19
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