aboutsummaryrefslogtreecommitdiffstats
path: root/epan/to_str.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* Moved various to_str files from packet.{c,h} to a separateEd Warnicke2001-04-011-0/+65