aboutsummaryrefslogtreecommitdiffstats
path: root/epan/to_str.h
Commit message (Expand)AuthorAgeFilesLines
* From Yaniv Kaul: constify parametersBill Meier2010-04-031-21/+21
* Revert SVN #32360 until Windows compilation errors corrected.Bill Meier2010-04-021-15/+15
* From Yaniv Kaul: constify parametersBill Meier2010-04-021-15/+15
* Add a third date format, ABSOLUTE_TIME_DOY_UTC, to show UTC with theGuy Harris2010-02-271-14/+3
* From Jakub Zawadzki:Anders Broman2010-02-231-3/+3
* Use more unique names for certain enum constants.Bill Meier2010-01-191-9/+9
* Add an argument to abs_time_to_str() and abs_time_secs_to_str()Guy Harris2009-12-101-2/+2
* Rename address_to_str() to ep_address_to_str() because:Kovarththanan Rajaratnam2009-09-061-1/+3
* Sanitize epan includesKovarththanan Rajaratnam2009-08-211-1/+1
* Introduce se_address_to_str()Anders Broman2009-07-071-0/+1
* From Nathan Hartwell via bug 2733:Stig Bjørlykke2009-06-251-0/+1
* Introduce decode_bits_in_field() and use it.Anders Broman2009-05-151-0/+2
* Constify a bunch of stuff, to squelch -Wwrite-strings warnings. Guy Harris2008-06-251-1/+1
* replace oid_to_str_buf() and oid_to_str()Luis Ontanon2007-08-251-3/+0
* Fix potential buffer overruns in address_to_str_buf() found by Andrej Gerald Combs2007-01-291-1/+3
* From Douglas Pratley with trivial changes and documentation changes Stephen Fisher2006-12-051-0/+2
* name changeRonnie Sahlberg2006-05-211-2/+2
* new FT_GUID handling - big/little endian supportedTomas Kukosa2006-03-101-2/+2
* Add TIPC address as address type and use it in TIPC.Anders Broman2005-12-011-0/+1
* Export "bytestring_to_str()", and use it when adding the link-layerGuy Harris2005-08-281-0/+1
* timestamp display precision:Ulf Lamping2005-08-251-0/+3
* removal of even more sprintfRonnie Sahlberg2005-08-201-3/+3
* various code cleanup:Ulf Lamping2005-08-081-1/+1
* new field type FT_GUIDTomas Kukosa2005-07-041-0/+3
* "oid_to_str()" and "oid_to_str_buf()" don't modify what the "oid"Guy Harris2005-05-051-2/+2
* New oid_to_str() and oid_to_str_buf() functionsTomas Kukosa2005-04-281-0/+4
* change time_secs_to_str() and time_msecs_to_str() to take a signed integer as...Ronnie Sahlberg2005-04-121-2/+2
* "address_to_str()" and "address_to_str_buf()" don't modify the "address"Guy Harris2005-01-011-2/+2
* Set the svn:eol-style property on all text files to "native", so thatGuy Harris2004-07-181-1/+1
* to_str.c declares this: gchar* ip6_to_str ..., make to_str.h do the sameJörg Mayer2004-01-101-2/+2
* Add "ip6_to_str_buf()", by analogy to "ip_to_str_buf()".Guy Harris2003-12-091-1/+2
* Get rid of the private "my_decode_bitfield_value()" a number ofGuy Harris2003-12-081-1/+3
* Create an "address_to_str_buf()" routine, called by "address_to_str()",Guy Harris2003-08-261-1/+3
* Add a new function address_to_str to to_str.cRonnie Sahlberg2003-08-241-1/+2
* FC addresses are no longer extracted into guint32s, so "fc32_to_str()"Guy Harris2003-08-241-2/+1
* Add FibreChannel to the types of protocols we can show a conversation list forRonnie Sahlberg2003-08-231-2/+3
* Update to FC to store the source and destination id in a guintRonnie Sahlberg2003-06-231-1/+2
* Make the argument to "abs_time_secs_to_str()" a "time_t" - it's in ANSIGuy Harris2003-02-121-2/+2
* Add a "abs_time_secs_to_str()" routine that takes a UNIX time-since-the-Guy Harris2003-02-111-1/+2
* Work around annoying Apple C compiler/linker bug.Guy Harris2002-12-091-3/+1
* Clean up a bit, and put "extern" back.Guy Harris2002-12-081-9/+8
* From Dinesh Dutt: Add Fibre Channel support, including FCIP, Basic FCGerald Combs2002-12-081-5/+10
* Make "ip6_to_str()" take a const pointer as an argument.Guy Harris2002-11-281-2/+2
* Removed trailing whitespaces from .h and .c files using theJörg Mayer2002-08-281-6/+6
* Replace the types from sys/types.h and netinet/in.h by their glib.hJörg Mayer2002-08-021-9/+1
* Make a "tcp_dissect_pdus()" with the standard loop for a TCP segment,Guy Harris2002-05-051-19/+20
* Make the resolution for time values be nanoseconds rather thanGuy Harris2001-09-141-6/+17
* Add a "time_secs_to_str_buf()" routine, which takes seconds andGuy Harris2001-08-011-3/+3
* Add a "time_msecs_to_str()" routine, to turn a time interval, expressedGuy Harris2001-07-131-1/+2
* Moved vines_addr_to_str() from packet-vines.{h,c} to epan/to_str.{c,h}.Ed Warnicke2001-04-011-1/+2