aboutsummaryrefslogtreecommitdiffstats
path: root/epan/to_str.c
AgeCommit message (Expand)AuthorFilesLines
2018-10-30to_str: Fixed incorrect order of checks in bytestring_to_str.Martin Boye Petersen1-4/+4
2018-08-27epan: Use UTF8 horizontal ellipsis to indicate truncationStig Bjørlykke1-2/+3
2018-02-08epan: use SPDX indentifiers.Dario Lombardo1-13/+1
2017-11-06Convert PT_EXCHG into using conversation endpointsMichael Mann1-1/+0
2017-11-05Convert TIPC to use endpoint conversationsMichael Mann1-1/+0
2017-11-01Add ability to create endpoints through conversationsMichael Mann1-1/+0
2017-10-30Remove port_type values not set in pinfo->ptypeMichael Mann1-1/+0
2017-10-29Add conversation endpoint typeMichael Mann1-1/+0
2017-10-29Improve our ip6_to_str_buf() implementationJoão Valverde1-6/+28
2017-10-29Get rid of MAX_IP_STR_LEN and MAX_IP6_STR_LEN.Guy Harris1-1/+1
2017-10-26Add a ws_in6_addr typedef for struct e_in6_addr.Guy Harris1-1/+1
2017-01-01Fix backwards #if defined.Guy Harris1-1/+1
2017-01-01Always use the Windows time zone code on Windows.Guy Harris1-25/+29
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