aboutsummaryrefslogtreecommitdiffstats
path: root/epan/to_str.h
AgeCommit message (Expand)AuthorFilesLines
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
2009-06-25From Nathan Hartwell via bug 2733:Stig Bjørlykke1-0/+1
2009-05-15Introduce decode_bits_in_field() and use it.Anders Broman1-0/+2
2008-06-25Constify a bunch of stuff, to squelch -Wwrite-strings warnings. Guy Harris1-1/+1
2007-08-25replace oid_to_str_buf() and oid_to_str()Luis Ontanon1-3/+0
2007-01-29Fix potential buffer overruns in address_to_str_buf() found by Andrej Gerald Combs1-1/+3
2006-12-05From Douglas Pratley with trivial changes and documentation changes Stephen Fisher1-0/+2
2006-05-21name changeRonnie Sahlberg1-2/+2
2006-03-10new FT_GUID handling - big/little endian supportedTomas Kukosa1-2/+2
2005-12-01Add TIPC address as address type and use it in TIPC.Anders Broman1-0/+1
2005-08-28Export "bytestring_to_str()", and use it when adding the link-layerGuy Harris1-0/+1
2005-08-25timestamp display precision:Ulf Lamping1-0/+3
2005-08-20removal of even more sprintfRonnie Sahlberg1-3/+3
2005-08-08various code cleanup:Ulf Lamping1-1/+1
2005-07-04new field type FT_GUIDTomas Kukosa1-0/+3
2005-05-05"oid_to_str()" and "oid_to_str_buf()" don't modify what the "oid"Guy Harris1-2/+2
2005-04-28New oid_to_str() and oid_to_str_buf() functionsTomas Kukosa1-0/+4
2005-04-12change time_secs_to_str() and time_msecs_to_str() to take a signed integer as...Ronnie Sahlberg1-2/+2
2005-01-01"address_to_str()" and "address_to_str_buf()" don't modify the "address"Guy Harris1-2/+2
2004-07-18Set the svn:eol-style property on all text files to "native", so thatGuy Harris1-1/+1
2004-01-10to_str.c declares this: gchar* ip6_to_str ..., make to_str.h do the sameJörg Mayer1-2/+2
2003-12-09Add "ip6_to_str_buf()", by analogy to "ip_to_str_buf()".Guy Harris1-1/+2
2003-12-08Get rid of the private "my_decode_bitfield_value()" a number ofGuy Harris1-1/+3
2003-08-26Create an "address_to_str_buf()" routine, called by "address_to_str()",Guy Harris1-1/+3
2003-08-24Add a new function address_to_str to to_str.cRonnie Sahlberg1-1/+2
2003-08-24FC addresses are no longer extracted into guint32s, so "fc32_to_str()"Guy Harris1-2/+1