checkAPIs.pl: support for new-style dissectors in check_hf_entries
[metze/wireshark/wip.git] / epan / to_str.h
2005-05-05 Guy Harris"oid_to_str()" and "oid_to_str_buf()" don't modify...
2005-04-28 Tomas KukosaNew oid_to_str() and oid_to_str_buf() functions
2005-04-12 Ronnie Sahlbergchange time_secs_to_str() and time_msecs_to_str() to...
2005-01-01 Guy Harris"address_to_str()" and "address_to_str_buf()" don't...
2004-07-18 Guy HarrisSet the svn:eol-style property on all text files to...
2004-01-10 Jörg Mayerto_str.c declares this: gchar* ip6_to_str ..., make...
2003-12-09 Guy HarrisAdd "ip6_to_str_buf()", by analogy to "ip_to_str_buf()".
2003-12-08 Guy HarrisGet rid of the private "my_decode_bitfield_value()...
2003-08-26 Guy HarrisCreate an "address_to_str_buf()" routine, called by...
2003-08-24 Ronnie SahlbergAdd a new function address_to_str to to_str.c
2003-08-24 Guy HarrisFC addresses are no longer extracted into guint32s...
2003-08-23 Ronnie SahlbergAdd FibreChannel to the types of protocols we can show...
2003-06-23 Ronnie SahlbergUpdate to FC to store the source and destination id...
2003-02-12 Guy HarrisMake the argument to "abs_time_secs_to_str()" a "time_t...
2003-02-11 Guy HarrisAdd a "abs_time_secs_to_str()" routine that takes a...
2002-12-09 Guy HarrisWork around annoying Apple C compiler/linker bug.
2002-12-08 Guy HarrisClean up a bit, and put "extern" back.
2002-12-08 Gerald CombsFrom Dinesh Dutt: Add Fibre Channel support, including...
2002-11-28 Guy HarrisMake "ip6_to_str()" take a const pointer as an argument.
2002-08-28 Jörg MayerRemoved trailing whitespaces from .h and .c files using the
2002-08-02 Jörg MayerReplace the types from sys/types.h and netinet/in.h...
2002-05-05 Guy HarrisMake a "tcp_dissect_pdus()" with the standard loop...
2001-09-14 Guy HarrisMake the resolution for time values be nanoseconds...
2001-08-01 Guy HarrisAdd a "time_secs_to_str_buf()" routine, which takes...
2001-07-13 Guy HarrisAdd a "time_msecs_to_str()" routine, to turn a time...
2001-04-01 Ed WarnickeMoved vines_addr_to_str() from packet-vines.{h,c} to...
2001-04-01 Ed WarnickeMoved various to_str files from packet.{c,h} to a separate