aboutsummaryrefslogtreecommitdiffstats
path: root/epan/to_str.h
AgeCommit message (Expand)AuthorFilesLines
2017-07-09Don't use uint_to_str_back when you need guint32_to_str_buf.Michael Mann1-2/+2
2016-09-19Improve support for single-character fields and filter expressions.Guy Harris1-0/+11
2016-06-06Move ip6_to_str_buf() to to_str.c and make it take the buffer length.João Valverde1-2/+3
2016-05-09Give the time_[m]secs_to routines names that begin with "[un]signed_".Guy Harris1-3/+3
2016-05-09Shuffle some routines to put absolute-time and relative-time code together.Guy Harris1-4/+6
2016-01-12Refactor "Follow Stream" functionality on all GUI interfaces.Michael Mann1-1/+1
2016-01-07Remove constness from bytestring_to_str() [-Wcast-qual]João Valverde1-1/+1
2016-01-03Rename ipv6-utils.h to ipv6.h.Guy Harris1-1/+1
2016-01-03If you want struct e_in6_addr, include <epan/ipv6-utils.h>.Guy Harris1-2/+1
2015-12-05Fix for bug 11856:Andreas Urke1-1/+1
2015-11-29Make address_to_display() use proper (non-)constnessJoão Valverde1-1/+1
2015-10-19If it's used by dissectors, it belongs in to_str.h, not to_str-int.h.Guy Harris1-2/+43
2015-10-17Bluetooth: Fix displaying and handling UUID128Michal Labedzki1-0/+3
2015-09-13Make other_decode_bitfield_value private to proto.c.Michael Mann1-3/+0
2015-07-03Fix address resolution for columns.Guy Harris1-0/+27
2015-04-29to_str.h: fix api referenceAlexis La Goutte1-0/+1
2015-03-19Eliminate decode_bitfield_value from "public" use.Michael Mann1-2/+0
2015-02-22Add tvb_address_with_resolution_to_str.Michael Mann1-0/+1
2015-02-21Make FT_{U}INT64 behave more like FT_{U}INT32, add support for FT_{U}INT{40,4...JC Wren1-0/+1
2015-02-19Add name resolution support to address type.Michael Mann1-0/+1
2015-02-09Add fixed length function for address types.Michael Mann1-2/+1
2015-02-09Add "column filter string" support to address types.Michael Mann1-14/+0
2015-01-10to_str (epan): fix parameter 'scope' not found in the function declaration [-...Alexis La Goutte1-1/+1
2015-01-09Convert EUI64 address APIs to use wmem.Michael Mann1-1/+1
2015-01-09Have ipxnet addresses use wmem scoped memory.Michael Mann1-1/+1
2015-01-09disperse atalk-utils.[ch]Michael Mann1-0/+15
2015-01-08guid_to_ep_str -> guid_to_strMichael Mann1-1/+1
2015-01-08Remove decode_numeric_bitfield.Michael Mann1-2/+0
2015-01-08bytes_to_ep_str -> bytes_to_strMichael Mann1-5/+1
2015-01-07Replace bytes_to_ep_str_punct with wmem equivalent.Michael Mann1-7/+4
2015-01-07Remove bytestring_to_ep_strMichael Mann1-3/+0
2015-01-07Add tvb_address_to_str.Michael Mann1-8/+31
2015-01-06Replace ep_address_to_str with address_to_str.Michael Mann1-1/+0
2015-01-04Make all Lua code use wmem not ememHadriel Kaplan1-0/+5
2014-12-28Create FT_FCWWN field type.Michael Mann1-7/+7
2014-12-28Replace ip6_to_str and ip6_guint8_to_str with address_to_str and tvb_ip_to_str.Michael Mann1-2/+0
2014-12-26Replace ip_to_str with [ep_]address_to_str and tvb_ip_to_str.Michael Mann1-1/+0
2014-12-24Replace fc_to_str with address_to_str or tvb_fc_to_str.Michael Mann1-1/+0
2014-12-21Replace ether_to_str with either address_to_str or tvb_ether_to_str.Michael Mann1-1/+0
2014-12-21Replace ax25_to_str and get_ax25_name with address_to_str.Michael Mann1-2/+1
2014-10-19Eliminate proto_tree_add_text from packet-ipx.cMichael Mann1-1/+0
2014-10-12Make boolean bitmask type 64-bit wideDaniel Mack1-3/+3
2014-07-06Add printf-format annotations, fix garbagePeter Wu1-1/+1
2014-06-16Convert more time_to_str functions to wmemEvan Huus1-2/+2
2014-06-16Convert a bunch of time_to_str functions to wmemEvan Huus1-5/+5
2014-05-15Fix declaration to match definition.Guy Harris1-1/+1
2014-05-15Get rid of some uses of tvb_get_ptr().Guy Harris1-0/+1
2014-04-19Don't se_ allocate strings when mapping addresses to column strings.Guy Harris1-1/+0
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2014-02-03Fix all -fstrict-alias warnings found by gcc 4.1.2Gilbert Ramirez1-0/+2