various code cleanup:
[obnox/wireshark/wip.git] / epan / to_str.c
2005-08-08 ulflvarious code cleanup:
2005-07-23 jmayerMore 'char*' -> 'const char*' changes to fix warnings.
2005-07-22 sahlbergconvert all other nasty "rotating static array" from...
2005-07-22 sahlbergEMEM : a simple and FAST api to allocate memory that...
2005-07-05 kukosaGUID lowercase form seems to be preferred
2005-07-04 kukosanew field type FT_GUID
2005-06-22 geraldFix an off-by-four error, which should take care of...
2005-06-20 etxrabFrom Mike Duigou:
2005-06-06 etxrabFrom Mike Duigou:
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-15 geraldIn time_secs_to_str_buf(), handle the case where a...
2005-04-12 sahlbergchange time_secs_to_str() and time_msecs_to_str() to...
2005-02-03 jmayerYniv Kaul: Small performance optimization
2005-01-01 guy"address_to_str()" and "address_to_str_buf()" don't...
2004-08-06 guyFrom Albert Chin: rename resolv.{ch} to addr_resolv...
2004-07-18 gramMove dissectors to epan/dissectors directory.
2004-07-18 guySet the svn:eol-style property on all text files to...
2004-06-16 guyAs long as any text has been put into a time interval...
2004-04-21 guyFrom Michael Lum:
2004-03-23 guyAdd support for DLT_APPLE_IP_OVER_IEEE_1394.
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-12-08 guyFrom Michael Lum: support an AT_SS7PC address type...
2003-11-17 sahlbergupdates to ip_to_str[_buf]() to make them faster.
2003-10-07 guyGet rid of an out-of-date comment.
2003-08-26 guyInclude "osi-utils.h" to define "print_nsap_net_buf()".
2003-08-26 guyCreate an "address_to_str_buf()" routine, called by...
2003-08-24 guyPut in some comments about possible future work on...
2003-08-24 sahlbergAdd endpoint talker support for IPX
2003-08-24 sahlbergUpdate address_to_str to handle FC and ETH addresses...
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 sahlbergUpdate the UDP and the TCP conversation list tool so...
2003-08-23 sahlbergAdd FibreChannel to the types of protocols we can show...
2003-06-26 guyMake the definition of "fc32_to_str()" match its prototype.
2003-06-24 sahlbergUpdates to the fibre channel dissector
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...
2003-01-21 guyFrom Brian Ginsbach: symbolic names for Fibre Channel...
2002-12-10 guyFix the formal argument list to "bytestring_to_str...
2002-12-09 guyWork around annoying Apple C compiler/linker bug.
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-10-29 guyNote why we're including <sys/socket.h> and <winsock2...
2002-08-28 jmayerRemoved trailing whitespaces from .h and .c files using the
2002-08-03 guy<netinet/in.h> is needed for <arpa/inet.h>, at least...
2002-08-02 jmayerReplace the types from sys/types.h and netinet/in.h...
2002-06-23 guyWinPcap 2.3's <pcap.h> includes <packet32.h>, and WinPc...
2001-09-14 guyGet rid of no-longer-necessary includes of <sys/time.h>.
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-15 guyFixes, from Scott Renfro, for some calls to "localtime...
2001-07-13 guyAdd a "time_msecs_to_str()" routine, to turn a time...
2001-05-31 guyDisplay all the digits of the microsecond field of...
2001-05-28 guyWe now might print four IP addresses on a protocol...
2001-04-02 guyInclude <string.h> to declare "strlen()", and include...
2001-04-02 guy"to_str.c" uses "size_t"; include <stdlib.h>, to declar...
2001-04-02 guyInclude <sys/time.h> as well as <time.h> in "column...
2001-04-01 hagbardAdded #include<sys/time.h> to to_str.c
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