Add tvb_ip_to_str and tvb_ip6_to_str to the Dev Guide
[obnox/wireshark/wip.git] / doc / README.developer
2012-02-09 alagoutteAdd tvb_ip_to_str and tvb_ip6_to_str to the Dev Guide
2012-01-29 cmaynardFix some typos.
2012-01-24 cmaynardMention the other integer accessors.
2011-10-26 morrissFix a spelling mistake. Wrap a few long lines.
2011-10-25 wmeierUpdate information about 'encoding' arg values for...
2011-09-30 alagoutteFT_EUI64 need also to specifies encoding !
2011-09-29 guyUpdate README.developer to take into account the disapp...
2011-09-28 cmaynardAdd default modeline settings to the end of the skeleto...
2011-09-27 guyFuture tense -> present tense for the encoding argument to
2011-08-23 stigRemove support for libpcre, we use GRegex in GLib.
2011-07-18 jmayerAdd instructions how to work with "git svn" instead...
2011-07-15 wmeierUpdate ptvcursor API description to reflect 'endianness...
2011-07-11 geraldMore GLIB_CHECK_VERSION cleanups. Update the minimum...
2011-05-08 alagoutteAdd FT_EUI64 Field Type
2011-04-01 wmeierAdd some info as to the determination of the length...
2011-02-10 morrissDocument that proto_tree_add_bytes_format() and
2011-02-09 morrissDocument that NTP times can be added with proto_tree_ad...
2011-01-26 jakeSharpen the description of preference names.
2011-01-21 morrissFrom Alexis La Goutte via https://bugs.wireshark.org...
2011-01-14 cmaynardAdd tvb_get_[n|le]toh[40|48|56]() accessors. Addresses...
2011-01-12 etxrabDocument and export:
2011-01-12 morrissIntroduce, and start using, tvb_get_const_stringz(...
2011-01-03 sfisherState in the developer documentation that the tvb_fake_...
2011-01-03 sfisherDocument new tvb_get_unicode_string() and tvb_get_ephem...
2010-12-23 sfisherIntroduce new function called tvb_get_ephemeral_unicode...
2010-12-22 jakeAllow for NULL preference descriptions.
2010-12-20 guyRename the routines that handle dissector tables with...
2010-12-18 wmeierRevert SVN #35214 based upon comments in the Wireshark...
2010-12-17 wmeierThe Styleguide section has been moved to the Wireshark...
2010-12-14 wmeierUpdate the "Following Conversations" section to use...
2010-10-22 wmeierAdd some info about extended value string to section...
2010-10-14 wmeierRework "extended value strings":
2010-08-21 morrissDocument what prefs_register_string_preference() does...
2010-08-12 wmeierRemove an incorrect line of code from the proto_reg_han...
2010-07-27 guyFix grammaro, indent example code.
2010-07-27 guyTell people to be careful about loops like
2010-06-22 stigUpdate to reflect changes in defines: REP_* > ENC_*
2010-05-26 guyPut in a warning about the <stdarg.h> problem that...
2010-05-25 wmeierMinor rewording; Also: add note to not use "" for a...
2010-05-24 guyRefer to the endianness arguments as "encoding" rather...
2010-05-24 guyUse the new REP_ values for proto_tree_add_item().
2010-05-23 etxrabDescribe values_string_ext.
2010-05-13 morrissDocument find_or_create_conversation()
2010-04-25 sfisherChange copyright date in sample dissector code to 201x...
2010-04-24 morriss64-bit integers take the same FIELDDISPLAY as shorter...
2010-04-16 wmeier(Trivial changes)
2010-04-16 wmeierUpdates:
2010-04-15 guyRename FIELDBASE to FIELDDISPLAY, as it's a "how to...
2010-04-15 wmeierFix a typo
2010-02-28 stigAdded svn:ignore targets.
2010-02-20 wmeierAdd note about not using C99 features.
2010-01-18 guyRewrite the bit about null vs. non-null "tree" dissecto...
2009-12-19 guyFor fields of type FT_ABSOLUTE_TIME, have the "display...
2009-12-12 guyClarify that BASE_RANGE_STRING is a flag set in the...
2009-12-11 jakeFrom Richard Pecl:
2009-10-28 guyFrom Nemeth Marton: in an example of a valid (at least...
2009-09-14 wmeierUpdate: Remove references to the use of check_col(...
2009-08-31 krjWe don't use PRId64, PRIu64, PRIx64, PRIX64, and PRIo64...
2009-08-26 wmeierFrom dragonlinux AT gmail.com: Fix incorrect location...
2009-07-29 wmeierFix a typo
2009-07-08 stigFrom Kovarththanan Rajaratnam:
2009-07-08 guyRecommend the expert mechanism, rather than DISSECTOR_A...
2009-07-06 etxrabFrom Kovarththanan Rajaratnam:
2009-06-26 stigUse NULL for empty blurb.
2009-06-15 guyNote that non-ASCII characters in source files cause...
2009-06-11 guyFix tpyo.
2009-06-11 stigUpdate the GPL statement used in dissectors.
2009-05-02 jakeFrom Reinhard Speyerer:
2009-04-17 geraldAdd a note about LLP64 portability.
2009-03-27 geraldAdd initial support for string buffers - ep_allocated...
2009-03-27 sfisherIntroduce two new functions:
2009-02-05 wmeierTrivial spacing change
2009-01-15 wmeierUpdate the description & skeleton code for the use...
2008-11-18 sfisherWrap "USA." in the address of the FSF onto a new line...
2008-11-01 jakeUpdate tabsize, re-group bitfield proto_tree functions...
2008-10-23 wmeierAdd tvb_bytes_to_str() & tvb_bytes_to_str_punct();...
2008-09-22 jakePolish up the proto_tree_add_bitmask() description...
2008-09-22 jakeFix for bug 2889:
2008-09-06 ulflcompile a document about heuristic dissectors, following:
2008-08-22 wmeierMinor rewording; fix a type
2008-08-04 etxrabFrom Alexey Neyman :
2008-07-30 etxrabFrom Alexey Neyman :
2008-07-30 etxrabAdd information about
2008-07-24 morrissRemove the (long deprecated) proto_tree_add_*_hidden...
2008-07-18 guyHyphenate "per-packet information".
2008-06-30 morrissFrom Abhik Sarkar via https://bugs.wireshark.org/bugzil...
2008-06-16 jakeFix for bug 2612:
2008-05-23 wmeiereth_ --> ws_
2008-05-21 wmeierFix typo
2008-05-21 wmeierOnly Glib/GTK+ >= 2.4/2.4 supported; checkAPIs.pl shoul...
2008-05-20 jakeClean up PTV cursor documentation.
2008-04-07 sfisher- Remove GLIB1 code
2008-03-23 jakeFrom William Pursell:
2008-03-21 sfisherFix bug #2382: Typos in README.developer
2008-03-09 jakeComplete binary tree description with string keys.
2008-03-05 etxrabfrom Andrew Feren :
2008-02-19 wmeierBack out useing $Id$; There's a reason for using Date...
2008-02-18 wmeierFix typo
2008-02-18 wmeierFix some some properties
2007-12-11 stigFrom Marton Nemeth:
next