aboutsummaryrefslogtreecommitdiffstats
path: root/epan/to_str.h
AgeCommit message (Expand)AuthorFilesLines
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
2013-06-17More PDU export work:Pascal Quantin1-0/+2
2013-03-01Export libwireshark symbols using WS_DLL_PUBLIC defineBalint Reczey1-31/+32
2012-12-26Fix a bunch of warnings.Guy Harris1-6/+6
2012-08-02From Richard Stearn: support for AX.25, including support forGuy Harris1-0/+2
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2012-04-04Make bit_offset in _tvb_get_bits64 and related functions unsigned. ThisGerald Combs1-1/+1
2011-05-08Add FT_EUI64 Field TypeAlexis La Goutte1-0/+3
2011-05-05Introduce ip6_to_str_buf_len (little cleaner version of inet_ntop6 from wsuti...Jakub Zawadzki1-0/+1
2011-02-11Rename vines_to_str() to tvb_vines_to_str() and make it take a pointer a TVBJeff Morriss1-1/+2
2011-01-21Introduce, and start using, tvb_eth_to_str().Jeff Morriss1-0/+1
2011-01-16Introduce, and start using, tvb_fc_to_str() and tvb_fcwwm_to_str(): theseJeff Morriss1-0/+2
2011-01-13Introduce, and start using, tvb_ip_to_str() and tvb_ip6_to_str(). TheseJeff Morriss1-0/+2
2010-05-21Have abs_time_to_str() and abs_time_to_str_secs() take an additionalGuy Harris1-2/+4
2010-04-03 From Yaniv Kaul: constify parametersBill Meier1-21/+21
2010-04-02Revert SVN #32360 until Windows compilation errors corrected.Bill Meier1-15/+15
2010-04-02From Yaniv Kaul: constify parametersBill Meier1-15/+15
2010-02-27Add a third date format, ABSOLUTE_TIME_DOY_UTC, to show UTC with theGuy Harris1-14/+3
2010-02-23From Jakub Zawadzki:Anders Broman1-3/+3
2010-01-19Use more unique names for certain enum constants.Bill Meier1-9/+9
2009-12-10Add an argument to abs_time_to_str() and abs_time_secs_to_str()Guy Harris1-2/+2
2009-09-06Rename address_to_str() to ep_address_to_str() because:Kovarththanan Rajaratnam1-1/+3
2009-08-21Sanitize epan includesKovarththanan Rajaratnam1-1/+1
2009-07-07Introduce se_address_to_str()Anders Broman1-0/+1