aboutsummaryrefslogtreecommitdiffstats
path: root/doc/README.developer
AgeCommit message (Expand)AuthorFilesLines
2012-08-17Add a link where to find some GUIs for git.jmayer1-0/+2
2012-08-17Add note to README.developer about not passing NULL to %s format strings.eapache1-0/+4
2012-06-20Use separate filters for the RTT found on a SACK and the RTT found on amorriss1-27/+43
2012-03-07Update descriptions of hf[] FIELDDISPLAY and BITMASK fields.wmeier1-2/+4
2012-03-06Emphasize corrext usage of FT_BOOLEAN 'display' field.wmeier1-14/+20
2012-03-04(Trivial) Fix a typo.wmeier1-1/+1
2012-03-04forgotten updateetxrab1-2/+2
2012-02-29From Mike Morrin:etxrab1-0/+18
2012-02-09Add tvb_ip_to_str and tvb_ip6_to_str to the Dev Guidealagoutte1-0/+6
2012-01-29Fix some typos.cmaynard1-12/+12
2012-01-24Mention the other integer accessors.cmaynard1-3/+4
2011-10-26Fix a spelling mistake. Wrap a few long lines.morriss1-13/+14
2011-10-25Update information about 'encoding' arg values for particular field-types.wmeier1-10/+10
2011-09-30FT_EUI64 need also to specifies encoding !alagoutte1-2/+2
2011-09-29Update README.developer to take into account the disappearance ofguy1-31/+49
2011-09-28Add default modeline settings to the end of the skeleton code.cmaynard1-0/+14
2011-09-27Future tense -> present tense for the encoding argument toguy1-3/+3
2011-08-23Remove support for libpcre, we use GRegex in GLib.stig1-11/+1
2011-07-18Add instructions how to work with "git svn" instead of "svn"jmayer1-1/+29
2011-07-15Update ptvcursor API description to reflect 'endianness' --> 'encoding' param...wmeier1-5/+5
2011-07-11More GLIB_CHECK_VERSION cleanups. Update the minimum GLib/GTK+ versionsgerald1-4/+5
2011-05-08Add FT_EUI64 Field Typealagoutte1-1/+19
2011-04-01Add some info as to the determination of the length of a FT_STRINGZ item.wmeier1-0/+7
2011-02-10Document that proto_tree_add_bytes_format() andmorriss1-0/+4
2011-02-09Document that NTP times can be added with proto_tree_add_item().morriss1-5/+21
2011-01-26Sharpen the description of preference names.jake1-1/+3
2011-01-21From Alexis La Goutte via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id...morriss1-0/+6
2011-01-14Add tvb_get_[n|le]toh[40|48|56]() accessors. Addresses bug 5082.cmaynard1-0/+6
2011-01-12Document and export:etxrab1-0/+9
2011-01-12Introduce, and start using, tvb_get_const_stringz(). This function returns amorriss1-5/+11
2011-01-03State in the developer documentation that the tvb_fake_unicode() andsfisher1-15/+4
2011-01-03Document new tvb_get_unicode_string() and tvb_get_ephemeral_string()sfisher1-0/+12
2010-12-23Introduce new function called tvb_get_ephemeral_unicode_stringz(), whichsfisher1-0/+7
2010-12-22Allow for NULL preference descriptions.jake1-1/+1
2010-12-20Rename the routines that handle dissector tables with unsigned integerguy1-7/+7
2010-12-18Revert SVN #35214 based upon comments in the Wireshark-dev list.wmeier1-1/+647
2010-12-17The Styleguide section has been moved to the Wireshark Developer's Guide.wmeier1-647/+1
2010-12-14Update the "Following Conversations" section to use se_alloc() instead of GMe...wmeier1-63/+47
2010-10-22Add some info about extended value string to section 1.7.1wmeier1-1/+12
2010-10-14Rework "extended value strings":wmeier1-5/+21
2010-08-21Document what prefs_register_string_preference() does with your value pointer.morriss1-2/+7
2010-08-12Remove an incorrect line of code from the proto_reg_hanoff prototype.wmeier1-2/+0
2010-07-27Fix grammaro, indent example code.guy1-8/+9
2010-07-27Tell people to be careful about loops likeguy1-0/+11
2010-06-22Update to reflect changes in defines: REP_* > ENC_*stig1-9/+9
2010-05-26Put in a warning about the <stdarg.h> problem that I just found andguy1-0/+20
2010-05-25Minor rewording; Also: add note to not use "" for a hf[] array blurb.wmeier1-5/+5
2010-05-24Refer to the endianness arguments as "encoding" rather thanguy1-3/+3
2010-05-24Use the new REP_ values for proto_tree_add_item().guy1-9/+17
2010-05-23Describe values_string_ext.etxrab1-0/+17