[SIP] Display tel uri in VoIP calls.
[metze/wireshark/wip.git] / epan / to_str.h
2017-10-29 João ValverdeImprove our ip6_to_str_buf() implementation
2017-10-29 Guy HarrisGet rid of MAX_IP_STR_LEN and MAX_IP6_STR_LEN.
2017-10-26 Guy HarrisAdd a ws_in6_addr typedef for struct e_in6_addr.
2017-07-09 Michael MannDon't use uint_to_str_back when you need guint32_to_str...
2016-09-19 Guy HarrisImprove support for single-character fields and filter...
2016-06-06 João ValverdeMove ip6_to_str_buf() to to_str.c and make it take...
2016-05-09 Guy HarrisGive the time_[m]secs_to routines names that begin...
2016-05-09 Guy HarrisShuffle some routines to put absolute-time and relative...
2016-01-12 Michael MannRefactor "Follow Stream" functionality on all GUI inter...
2016-01-07 João ValverdeRemove constness from bytestring_to_str() [-Wcast-qual]
2016-01-03 Guy HarrisRename ipv6-utils.h to ipv6.h.
2016-01-03 Guy HarrisIf you want struct e_in6_addr, include <epan/ipv6-utils.h>.
2015-12-05 Andreas UrkeFix for bug 11856:
2015-11-29 João ValverdeMake address_to_display() use proper (non-)constness
2015-10-19 Guy HarrisIf it's used by dissectors, it belongs in to_str.h...
2015-10-17 Michal LabedzkiBluetooth: Fix displaying and handling UUID128
2015-09-13 Michael MannMake other_decode_bitfield_value private to proto.c.
2015-07-03 Guy HarrisFix address resolution for columns.
2015-04-29 Alexis La Goutteto_str.h: fix api reference
2015-03-19 Michael MannEliminate decode_bitfield_value from "public" use.
2015-02-22 Michael MannAdd tvb_address_with_resolution_to_str.
2015-02-21 JC WrenMake FT_{U}INT64 behave more like FT_{U}INT32, add...
2015-02-19 Michael MannAdd name resolution support to address type.
2015-02-09 Michael MannAdd fixed length function for address types.
2015-02-09 Michael MannAdd "column filter string" support to address types.
2015-01-10 Alexis La Goutteto_str (epan): fix parameter 'scope' not found in the...
2015-01-09 Michael MannConvert EUI64 address APIs to use wmem.
2015-01-09 Michael MannHave ipxnet addresses use wmem scoped memory.
2015-01-09 Michael Manndisperse atalk-utils.[ch]
2015-01-08 Michael Mannguid_to_ep_str -> guid_to_str
2015-01-08 Michael MannRemove decode_numeric_bitfield.
2015-01-08 Michael Mannbytes_to_ep_str -> bytes_to_str
2015-01-07 Michael MannReplace bytes_to_ep_str_punct with wmem equivalent.
2015-01-07 Michael MannRemove bytestring_to_ep_str
2015-01-07 Michael MannAdd tvb_address_to_str.
2015-01-06 Michael MannReplace ep_address_to_str with address_to_str.
2015-01-04 Hadriel KaplanMake all Lua code use wmem not emem
2014-12-28 Michael MannCreate FT_FCWWN field type.
2014-12-28 Michael MannReplace ip6_to_str and ip6_guint8_to_str with address_t...
2014-12-26 Michael MannReplace ip_to_str with [ep_]address_to_str and tvb_ip_t...
2014-12-24 Michael MannReplace fc_to_str with address_to_str or tvb_fc_to_str.
2014-12-21 Michael MannReplace ether_to_str with either address_to_str or...
2014-12-21 Michael MannReplace ax25_to_str and get_ax25_name with address_to_str.
2014-10-19 Michael MannEliminate proto_tree_add_text from packet-ipx.c
2014-10-12 Daniel MackMake boolean bitmask type 64-bit wide
2014-07-06 Peter WuAdd printf-format annotations, fix garbage
2014-06-16 Evan HuusConvert more time_to_str functions to wmem
2014-06-16 Evan HuusConvert a bunch of time_to_str functions to wmem
2014-05-15 Guy HarrisFix declaration to match definition.
2014-05-15 Guy HarrisGet rid of some uses of tvb_get_ptr().
2014-04-19 Guy HarrisDon't se_ allocate strings when mapping addresses to...
2014-03-04 Alexis La GoutteRemove all $Id$ from top of file
2014-02-03 Gilbert RamirezFix all -fstrict-alias warnings found by gcc 4.1.2
2014-01-14 Guy HarrisHave ip6_to_str() and tvb_ip6_to_str() return const...
2013-12-19 Evan HuusAdd bytestring_to_str() which takes a wmem scope and...
2013-12-19 Evan HuusRename more to_str functions to have ep_ in the name...
2013-12-19 Evan HuusRename a couple of to_str functions to have ep_ in...
2013-11-23 Evan HuusImplement address_to_str which is like ep_address_to_st...
2013-11-23 Evan HuusRemove old (2009) and no-longer-necessary compatibility...
2013-11-10 Jakub ZawadzkiMove prototype of bytes_to_str, bytes_to_str_punct...
2013-08-30 Gerald CombsAdd an item tracer to the TCP stream graph. Enable...
2013-06-25 Jeff MorrissMove a couple of time-related modules into wsutil.
2013-06-17 Pascal QuantinMore PDU export work:
2013-03-01 Balint ReczeyExport libwireshark symbols using WS_DLL_PUBLIC define
2012-12-26 Guy HarrisFix a bunch of warnings.
2012-08-02 Guy HarrisFrom Richard Stearn: support for AX.25, including suppo...
2012-06-28 Jakub ZawadzkiUpdate Free Software Foundation address.
2012-04-04 Gerald CombsMake bit_offset in _tvb_get_bits64 and related function...
2011-05-08 Alexis La GoutteAdd FT_EUI64 Field Type
2011-05-05 Jakub ZawadzkiIntroduce ip6_to_str_buf_len (little cleaner version...
2011-02-11 Jeff MorrissRename vines_to_str() to tvb_vines_to_str() and make...
2011-01-21 Jeff MorrissIntroduce, and start using, tvb_eth_to_str().
2011-01-16 Jeff MorrissIntroduce, and start using, tvb_fc_to_str() and tvb_fcw...
2011-01-13 Jeff MorrissIntroduce, and start using, tvb_ip_to_str() and tvb_ip6...
2010-05-21 Guy HarrisHave abs_time_to_str() and abs_time_to_str_secs() take...
2010-04-03 Bill Meier From Yaniv Kaul: constify parameters
2010-04-02 Bill MeierRevert SVN #32360 until Windows compilation errors...
2010-04-02 Bill MeierFrom Yaniv Kaul: constify parameters
2010-02-27 Guy HarrisAdd a third date format, ABSOLUTE_TIME_DOY_UTC, to...
2010-02-23 Anders BromanFrom Jakub Zawadzki:
2010-01-19 Bill MeierUse more unique names for certain enum constants.
2009-12-10 Guy HarrisAdd an argument to abs_time_to_str() and abs_time_secs_...
2009-09-06 Kovarththanan Raja... Rename address_to_str() to ep_address_to_str() because:
2009-08-21 Kovarththanan Raja... Sanitize epan includes
2009-07-07 Anders BromanIntroduce se_address_to_str()
2009-06-25 Stig BjørlykkeFrom Nathan Hartwell via bug 2733:
2009-05-15 Anders BromanIntroduce decode_bits_in_field() and use it.
2008-06-25 Guy HarrisConstify a bunch of stuff, to squelch -Wwrite-strings...
2007-08-25 Luis Ontanonreplace oid_to_str_buf() and oid_to_str()
2007-01-29 Gerald CombsFix potential buffer overruns in address_to_str_buf...
2006-12-05 Stephen FisherFrom Douglas Pratley with trivial changes and documenta...
2006-05-21 Ronnie Sahlbergname change
2006-03-10 Tomas Kukosanew FT_GUID handling - big/little endian supported
2005-12-01 Anders BromanAdd TIPC address as address type and use it in TIPC.
2005-08-28 Guy HarrisExport "bytestring_to_str()", and use it when adding...
2005-08-25 Ulf Lampingtimestamp display precision:
2005-08-20 Ronnie Sahlbergremoval of even more sprintf
2005-08-08 Ulf Lampingvarious code cleanup:
2005-07-04 Tomas Kukosanew field type FT_GUID
2005-05-05 Guy Harris"oid_to_str()" and "oid_to_str_buf()" don't modify...
next