aboutsummaryrefslogtreecommitdiffstats
path: root/doc/README.developer
AgeCommit message (Expand)AuthorFilesLines
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
2010-05-13Document find_or_create_conversation()morriss1-15/+26
2010-04-25Change copyright date in sample dissector code to 201x from 200x for thesfisher1-1/+1
2010-04-2464-bit integers take the same FIELDDISPLAY as shorter integersmorriss1-22/+22
2010-04-16(Trivial changes)wmeier1-14/+17
2010-04-16Updates:wmeier1-4/+16
2010-04-15Rename FIELDBASE to FIELDDISPLAY, as it's a "how to display this"guy1-2/+7
2010-04-15Fix a typowmeier1-1/+1
2010-02-28Added svn:ignore targets.stig1-13/+18
2010-02-20Add note about not using C99 features.wmeier1-0/+3
2010-01-18Rewrite the bit about null vs. non-null "tree" dissector arguments aguy1-18/+12
2009-12-19For fields of type FT_ABSOLUTE_TIME, have the "display" value be one ofguy1-10/+27
2009-12-12Clarify that BASE_RANGE_STRING is a flag set in the display field, notguy1-2/+6
2009-12-11From Richard Pecl:jake1-0/+16
2009-10-28From Nemeth Marton: in an example of a valid (at least at the C languageguy1-1/+1
2009-09-14Update: Remove references to the use of check_col() since no longer required.wmeier1-28/+9
2009-08-31We don't use PRId64, PRIu64, PRIx64, PRIX64, and PRIo64 internally in Wiresha...krj1-5/+0
2009-08-26From dragonlinux AT gmail.com: Fix incorrect location of a right brace;wmeier1-1/+3
2009-07-29Fix a typowmeier1-1/+1