aboutsummaryrefslogtreecommitdiffstats
path: root/epan/to_str.h
AgeCommit message (Expand)AuthorFilesLines
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
2014-01-14Have ip6_to_str() and tvb_ip6_to_str() return const pointers, as theGuy Harris1-2/+2
2013-12-19Add bytestring_to_str() which takes a wmem scope and is otherwise identical toEvan Huus1-0/+3
2013-12-19Rename more to_str functions to have ep_ in the name if they return ephemeralEvan Huus1-11/+8
2013-12-19Rename a couple of to_str functions to have ep_ in the name. This makes itEvan Huus1-5/+5
2013-11-23Implement address_to_str which is like ep_address_to_str and se_address_to_strEvan Huus1-1/+3
2013-11-23Remove old (2009) and no-longer-necessary compatibility macro.Evan Huus1-2/+0
2013-11-10Move prototype of bytes_to_str, bytes_to_str_punct to correct header.Jakub Zawadzki1-1/+24
2013-08-30Add an item tracer to the TCP stream graph. Enable packet selection.Gerald Combs1-0/+8
2013-06-25Move a couple of time-related modules into wsutil.Jeff Morriss1-1/+1