aboutsummaryrefslogtreecommitdiffstats
path: root/doc/README.developer
AgeCommit message (Expand)AuthorFilesLines
2014-09-13README.dissector was split from README.developer in 2013 - update someJoerg Mayer1-0/+1
2014-02-14Remove $Id$ and other Subversion leftovers from the doc files.Jeff Morriss1-3/+0
2013-12-20Change G_GINT64_CONSTANT(xxxxU) to G_GUINT64_CONSTANT(xxxx)Jakub Zawadzki1-2/+2
2013-11-01Remove a phrase which implies that tab widths other than 8 are OK.Bill Meier1-4/+4
2013-10-13Subsume README.binarytrees into wmem doxygen. The README was out of dateEvan Huus1-1/+0
2013-09-22emem -> wmem conversion:Pascal Quantin1-2/+2
2013-09-03Document the current state of naming in ui/qt. Say it's OK to use C++Gerald Combs1-4/+5
2013-06-20Split README.developer into two: README.developer and README.dissector. All theEvan Huus1-3131/+16
2013-05-20Trivial: remove extraneous word, 'is'.Chris Maynard1-1/+1
2013-04-27Add CppCheck to the list of things to run before submitting code for review.Evan Huus1-0/+5
2013-04-15Major cleanup of skeleton dissector and related bits of README.developer.Evan Huus1-8/+42
2013-04-15Put the skeleton sample code from README.developer into its own file - it'sEvan Huus1-369/+20
2013-03-28Add some missing tvb_get_'s, proto_tree_add_'s, fix args and change all littl...Chris Maynard1-82/+110
2013-03-04From Steve Magnani via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8339Evan Huus1-9/+34
2013-02-21mention gcrypt wrapper in README.developerMartin Kaiser1-0/+5
2013-02-01Fix the dev guide to use the correct indent (Tab => 4 Spaces) and add Modelin...Alexis La Goutte1-966/+977
2013-01-31Add 2 more verification steps to run in the "Submitting code for your new dis...Chris Maynard1-0/+8
2012-12-29Replace another instance of emem in README.developer with wmem.Evan Huus1-3/+3
2012-12-19Do a little more to discourage the use of proto_tree_add_text(): don'tJeff Morriss1-7/+9
2012-12-18Come down harder on the evils of tvb_get_ptr(): advise not to use it.Jeff Morriss1-43/+28
2012-12-08Recommend wmem over emem in the READMEs where possible.Evan Huus1-17/+17
2012-11-16Fix the main dissect_PROTO signatureJörg Mayer1-1/+1
2012-09-19We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
2012-08-29Trivial typo fix and duplicate word removal.Chris Maynard1-2/+2
2012-08-24Force extended value string linear search (not binary search) in one case:Bill Meier1-2/+10
2012-08-24Minor update to tcp_dissect_pdus() section.Bill Meier1-3/+4
2012-08-17Add a link where to find some GUIs for git.Jörg Mayer1-0/+2
2012-08-17Add note to README.developer about not passing NULL to %s format strings.Evan Huus1-0/+4
2012-06-13Create, and start using, file name preferences.Jeff Morriss1-0/+8
2012-06-12Note that calls to "expert" functions should not be under 'if (tree)'.Bill Meier1-14/+16
2012-05-12Mention ENC_UCS_2 and ENC_UTF_16.Guy Harris1-5/+11
2012-04-29Fix typo errorspascal1-2/+2
2012-04-25Convert spaces to tabspascal1-6/+6
2012-03-07Update descriptions of hf[] FIELDDISPLAY and BITMASK fields.Bill Meier1-2/+4
2012-03-06Emphasize corrext usage of FT_BOOLEAN 'display' field.Bill Meier1-14/+20
2012-03-04(Trivial) Fix a typo.Bill Meier1-1/+1
2012-03-04forgotten updateAnders Broman1-2/+2
2012-02-29From Mike Morrin:Anders Broman1-0/+18
2012-02-09Add tvb_ip_to_str and tvb_ip6_to_str to the Dev GuideAlexis La Goutte1-0/+6
2012-01-29Fix some typos.Chris Maynard1-12/+12
2012-01-24Mention the other integer accessors.Chris Maynard1-3/+4
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