| Commit message (Expand) | Author | Age | Files | Lines |
* | From Yaniv Kaul: constify parameters | Bill Meier | 2010-04-03 | 1 | -21/+21 |
* | Revert SVN #32360 until Windows compilation errors corrected. | Bill Meier | 2010-04-02 | 1 | -15/+15 |
* | From Yaniv Kaul: constify parameters | Bill Meier | 2010-04-02 | 1 | -15/+15 |
* | Add a third date format, ABSOLUTE_TIME_DOY_UTC, to show UTC with the | Guy Harris | 2010-02-27 | 1 | -14/+3 |
* | From Jakub Zawadzki: | Anders Broman | 2010-02-23 | 1 | -3/+3 |
* | Use more unique names for certain enum constants. | Bill Meier | 2010-01-19 | 1 | -9/+9 |
* | Add an argument to abs_time_to_str() and abs_time_secs_to_str() | Guy Harris | 2009-12-10 | 1 | -2/+2 |
* | Rename address_to_str() to ep_address_to_str() because: | Kovarththanan Rajaratnam | 2009-09-06 | 1 | -1/+3 |
* | Sanitize epan includes | Kovarththanan Rajaratnam | 2009-08-21 | 1 | -1/+1 |
* | Introduce se_address_to_str() | Anders Broman | 2009-07-07 | 1 | -0/+1 |
* | From Nathan Hartwell via bug 2733: | Stig Bjørlykke | 2009-06-25 | 1 | -0/+1 |
* | Introduce decode_bits_in_field() and use it. | Anders Broman | 2009-05-15 | 1 | -0/+2 |
* | Constify a bunch of stuff, to squelch -Wwrite-strings warnings. | Guy Harris | 2008-06-25 | 1 | -1/+1 |
* | replace oid_to_str_buf() and oid_to_str() | Luis Ontanon | 2007-08-25 | 1 | -3/+0 |
* | Fix potential buffer overruns in address_to_str_buf() found by Andrej | Gerald Combs | 2007-01-29 | 1 | -1/+3 |
* | From Douglas Pratley with trivial changes and documentation changes | Stephen Fisher | 2006-12-05 | 1 | -0/+2 |
* | name change | Ronnie Sahlberg | 2006-05-21 | 1 | -2/+2 |
* | new FT_GUID handling - big/little endian supported | Tomas Kukosa | 2006-03-10 | 1 | -2/+2 |
* | Add TIPC address as address type and use it in TIPC. | Anders Broman | 2005-12-01 | 1 | -0/+1 |
* | Export "bytestring_to_str()", and use it when adding the link-layer | Guy Harris | 2005-08-28 | 1 | -0/+1 |
* | timestamp display precision: | Ulf Lamping | 2005-08-25 | 1 | -0/+3 |
* | removal of even more sprintf | Ronnie Sahlberg | 2005-08-20 | 1 | -3/+3 |
* | various code cleanup: | Ulf Lamping | 2005-08-08 | 1 | -1/+1 |
* | new field type FT_GUID | Tomas Kukosa | 2005-07-04 | 1 | -0/+3 |
* | "oid_to_str()" and "oid_to_str_buf()" don't modify what the "oid" | Guy Harris | 2005-05-05 | 1 | -2/+2 |
* | New oid_to_str() and oid_to_str_buf() functions | Tomas Kukosa | 2005-04-28 | 1 | -0/+4 |
* | change time_secs_to_str() and time_msecs_to_str() to take a signed integer as... | Ronnie Sahlberg | 2005-04-12 | 1 | -2/+2 |
* | "address_to_str()" and "address_to_str_buf()" don't modify the "address" | Guy Harris | 2005-01-01 | 1 | -2/+2 |
* | Set the svn:eol-style property on all text files to "native", so that | Guy Harris | 2004-07-18 | 1 | -1/+1 |
* | to_str.c declares this: gchar* ip6_to_str ..., make to_str.h do the same | Jörg Mayer | 2004-01-10 | 1 | -2/+2 |
* | Add "ip6_to_str_buf()", by analogy to "ip_to_str_buf()". | Guy Harris | 2003-12-09 | 1 | -1/+2 |
* | Get rid of the private "my_decode_bitfield_value()" a number of | Guy Harris | 2003-12-08 | 1 | -1/+3 |
* | Create an "address_to_str_buf()" routine, called by "address_to_str()", | Guy Harris | 2003-08-26 | 1 | -1/+3 |
* | Add a new function address_to_str to to_str.c | Ronnie Sahlberg | 2003-08-24 | 1 | -1/+2 |
* | FC addresses are no longer extracted into guint32s, so "fc32_to_str()" | Guy Harris | 2003-08-24 | 1 | -2/+1 |
* | Add FibreChannel to the types of protocols we can show a conversation list for | Ronnie Sahlberg | 2003-08-23 | 1 | -2/+3 |
* | Update to FC to store the source and destination id in a guint | Ronnie Sahlberg | 2003-06-23 | 1 | -1/+2 |
* | Make the argument to "abs_time_secs_to_str()" a "time_t" - it's in ANSI | Guy Harris | 2003-02-12 | 1 | -2/+2 |
* | Add a "abs_time_secs_to_str()" routine that takes a UNIX time-since-the- | Guy Harris | 2003-02-11 | 1 | -1/+2 |
* | Work around annoying Apple C compiler/linker bug. | Guy Harris | 2002-12-09 | 1 | -3/+1 |
* | Clean up a bit, and put "extern" back. | Guy Harris | 2002-12-08 | 1 | -9/+8 |
* | From Dinesh Dutt: Add Fibre Channel support, including FCIP, Basic FC | Gerald Combs | 2002-12-08 | 1 | -5/+10 |
* | Make "ip6_to_str()" take a const pointer as an argument. | Guy Harris | 2002-11-28 | 1 | -2/+2 |
* | Removed trailing whitespaces from .h and .c files using the | Jörg Mayer | 2002-08-28 | 1 | -6/+6 |
* | Replace the types from sys/types.h and netinet/in.h by their glib.h | Jörg Mayer | 2002-08-02 | 1 | -9/+1 |
* | Make a "tcp_dissect_pdus()" with the standard loop for a TCP segment, | Guy Harris | 2002-05-05 | 1 | -19/+20 |
* | Make the resolution for time values be nanoseconds rather than | Guy Harris | 2001-09-14 | 1 | -6/+17 |
* | Add a "time_secs_to_str_buf()" routine, which takes seconds and | Guy Harris | 2001-08-01 | 1 | -3/+3 |
* | Add a "time_msecs_to_str()" routine, to turn a time interval, expressed | Guy Harris | 2001-07-13 | 1 | -1/+2 |
* | Moved vines_addr_to_str() from packet-vines.{h,c} to epan/to_str.{c,h}. | Ed Warnicke | 2001-04-01 | 1 | -1/+2 |