GOOSE Messages don't use the length field to perform the dissection.
[obnox/wireshark/wip.git] / epan / to_str.h
2011-05-08 alagoutteAdd FT_EUI64 Field Type
2011-05-05 darkjamesIntroduce ip6_to_str_buf_len (little cleaner version...
2011-02-11 morrissRename vines_to_str() to tvb_vines_to_str() and make...
2011-01-21 morrissIntroduce, and start using, tvb_eth_to_str().
2011-01-16 morrissIntroduce, and start using, tvb_fc_to_str() and tvb_fcw...
2011-01-13 morrissIntroduce, and start using, tvb_ip_to_str() and tvb_ip6...
2010-05-21 guyHave abs_time_to_str() and abs_time_to_str_secs() take...
2010-04-03 wmeier From Yaniv Kaul: constify parameters
2010-04-02 wmeierRevert SVN #32360 until Windows compilation errors...
2010-04-02 wmeierFrom Yaniv Kaul: constify parameters
2010-02-28 stigAdded svn:ignore targets.
2010-02-23 etxrabFrom Jakub Zawadzki:
2010-01-19 wmeierUse more unique names for certain enum constants.
2009-12-10 guyAdd an argument to abs_time_to_str() and abs_time_secs_...
2009-09-06 krjRename address_to_str() to ep_address_to_str() because:
2009-08-21 krjSanitize epan includes
2009-07-07 etxrabIntroduce se_address_to_str()
2009-06-25 stigFrom Nathan Hartwell via bug 2733:
2009-05-15 etxrabIntroduce decode_bits_in_field() and use it.
2008-06-25 guyConstify a bunch of stuff, to squelch -Wwrite-strings...
2007-08-25 legoreplace oid_to_str_buf() and oid_to_str()
2007-01-29 geraldFix potential buffer overruns in address_to_str_buf...
2006-12-05 sfisherFrom Douglas Pratley with trivial changes and documenta...
2006-05-21 sahlbergname change
2006-03-10 kukosanew FT_GUID handling - big/little endian supported
2005-12-01 etxrabAdd TIPC address as address type and use it in TIPC.
2005-08-28 guyExport "bytestring_to_str()", and use it when adding...
2005-08-25 ulfltimestamp display precision:
2005-08-20 sahlbergremoval of even more sprintf
2005-08-08 ulflvarious code cleanup:
2005-07-04 kukosanew field type FT_GUID
2005-05-05 guy"oid_to_str()" and "oid_to_str_buf()" don't modify...
2005-04-28 kukosaNew oid_to_str() and oid_to_str_buf() functions
2005-04-12 sahlbergchange time_secs_to_str() and time_msecs_to_str() to...
2005-01-01 guy"address_to_str()" and "address_to_str_buf()" don't...
2004-07-18 guySet the svn:eol-style property on all text files to...
2004-01-10 jmayerto_str.c declares this: gchar* ip6_to_str ..., make...
2003-12-09 guyAdd "ip6_to_str_buf()", by analogy to "ip_to_str_buf()".
2003-12-08 guyGet rid of the private "my_decode_bitfield_value()...
2003-08-26 guyCreate an "address_to_str_buf()" routine, called by...
2003-08-24 sahlbergAdd a new function address_to_str to to_str.c
2003-08-24 guyFC addresses are no longer extracted into guint32s...
2003-08-23 sahlbergAdd FibreChannel to the types of protocols we can show...
2003-06-23 sahlbergUpdate to FC to store the source and destination id...
2003-02-12 guyMake the argument to "abs_time_secs_to_str()" a "time_t...
2003-02-11 guyAdd a "abs_time_secs_to_str()" routine that takes a...
2002-12-09 guyWork around annoying Apple C compiler/linker bug.
2002-12-08 guyClean up a bit, and put "extern" back.
2002-12-08 geraldFrom Dinesh Dutt: Add Fibre Channel support, including...
2002-11-28 guyMake "ip6_to_str()" take a const pointer as an argument.
2002-08-28 jmayerRemoved trailing whitespaces from .h and .c files using the
2002-08-02 jmayerReplace the types from sys/types.h and netinet/in.h...
2002-05-05 guyMake a "tcp_dissect_pdus()" with the standard loop...
2001-09-14 guyMake the resolution for time values be nanoseconds...
2001-08-01 guyAdd a "time_secs_to_str_buf()" routine, which takes...
2001-07-13 guyAdd a "time_msecs_to_str()" routine, to turn a time...
2001-04-01 hagbardMoved vines_addr_to_str() from packet-vines.{h,c} to...
2001-04-01 hagbardMoved various to_str files from packet.{c,h} to a separate