aboutsummaryrefslogtreecommitdiffstats
path: root/doc/README.developer
AgeCommit message (Expand)AuthorFilesLines
2011-10-26Fix a spelling mistake. Wrap a few long lines.Jeff Morriss1-13/+14
2011-10-25Update information about 'encoding' arg values for particular field-types.Bill Meier1-10/+10
2011-09-30FT_EUI64 need also to specifies encoding !Alexis La Goutte1-2/+2
2011-09-29Update README.developer to take into account the disappearance ofGuy Harris1-31/+49
2011-09-28Add default modeline settings to the end of the skeleton code.Chris Maynard1-0/+14
2011-09-27Future tense -> present tense for the encoding argument toGuy Harris1-3/+3
2011-08-23Remove support for libpcre, we use GRegex in GLib.Stig Bjørlykke1-11/+1
2011-07-18Add instructions how to work with "git svn" instead of "svn"Jörg Mayer1-1/+29
2011-07-15Update ptvcursor API description to reflect 'endianness' --> 'encoding' param...Bill Meier1-5/+5
2011-07-11More GLIB_CHECK_VERSION cleanups. Update the minimum GLib/GTK+ versionsGerald Combs1-4/+5
2011-05-08Add FT_EUI64 Field TypeAlexis La Goutte1-1/+19
2011-04-01Add some info as to the determination of the length of a FT_STRINGZ item.Bill Meier1-0/+7
2011-02-10Document that proto_tree_add_bytes_format() andJeff Morriss1-0/+4
2011-02-09Document that NTP times can be added with proto_tree_add_item().Jeff Morriss1-5/+21
2011-01-26Sharpen the description of preference names.Jaap Keuter1-1/+3
2011-01-21From Alexis La Goutte via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id...Jeff Morriss1-0/+6
2011-01-14Add tvb_get_[n|le]toh[40|48|56]() accessors. Addresses bug 5082.Chris Maynard1-0/+6
2011-01-12Document and export:Anders Broman1-0/+9
2011-01-12Introduce, and start using, tvb_get_const_stringz(). This function returns aJeff Morriss1-5/+11
2011-01-03State in the developer documentation that the tvb_fake_unicode() andStephen Fisher1-15/+4
2011-01-03Document new tvb_get_unicode_string() and tvb_get_ephemeral_string()Stephen Fisher1-0/+12
2010-12-23Introduce new function called tvb_get_ephemeral_unicode_stringz(), whichStephen Fisher1-0/+7
2010-12-22Allow for NULL preference descriptions.Jaap Keuter1-1/+1
2010-12-20Rename the routines that handle dissector tables with unsigned integerGuy Harris1-7/+7
2010-12-18Revert SVN #35214 based upon comments in the Wireshark-dev list.Bill Meier1-1/+647
2010-12-17The Styleguide section has been moved to the Wireshark Developer's Guide.Bill Meier1-647/+1
2010-12-14Update the "Following Conversations" section to use se_alloc() instead of GMe...Bill Meier1-63/+47
2010-10-22Add some info about extended value string to section 1.7.1Bill Meier1-1/+12
2010-10-14Rework "extended value strings":Bill Meier1-5/+21
2010-08-21Document what prefs_register_string_preference() does with your value pointer.Jeff Morriss1-2/+7
2010-08-12Remove an incorrect line of code from the proto_reg_hanoff prototype.Bill Meier1-2/+0
2010-07-27Fix grammaro, indent example code.Guy Harris1-8/+9
2010-07-27Tell people to be careful about loops likeGuy Harris1-0/+11
2010-06-22Update to reflect changes in defines: REP_* > ENC_*Stig Bjørlykke1-9/+9
2010-05-26Put in a warning about the <stdarg.h> problem that I just found andGuy Harris1-0/+20
2010-05-25Minor rewording; Also: add note to not use "" for a hf[] array blurb.Bill Meier1-5/+5
2010-05-24Refer to the endianness arguments as "encoding" rather thanGuy Harris1-3/+3
2010-05-24Use the new REP_ values for proto_tree_add_item().Guy Harris1-9/+17
2010-05-23Describe values_string_ext.Anders Broman1-0/+17
2010-05-13Document find_or_create_conversation()Jeff Morriss1-15/+26
2010-04-25Change copyright date in sample dissector code to 201x from 200x for theStephen Fisher1-1/+1
2010-04-2464-bit integers take the same FIELDDISPLAY as shorter integersJeff Morriss1-22/+22
2010-04-16(Trivial changes)Bill Meier1-14/+17
2010-04-16Updates:Bill Meier1-4/+16
2010-04-15Rename FIELDBASE to FIELDDISPLAY, as it's a "how to display this"Guy Harris1-2/+7
2010-04-15Fix a typoBill Meier1-1/+1
2010-02-27Add a third date format, ABSOLUTE_TIME_DOY_UTC, to show UTC with theGuy Harris1-13/+18
2010-02-20Add note about not using C99 features.Bill Meier1-0/+3
2010-01-18Rewrite the bit about null vs. non-null "tree" dissector arguments aGuy Harris1-18/+12
2009-12-19For fields of type FT_ABSOLUTE_TIME, have the "display" value be one ofGuy Harris1-10/+27