aboutsummaryrefslogtreecommitdiffstats
path: root/doc/README.developer
Commit message (Expand)AuthorAgeFilesLines
* Clean up the "non-constant initalizers" stuff.Guy Harris2017-06-281-6/+31
* Fix the "don't initialize with non-constant variables" item.Guy Harris2017-06-271-4/+20
* documentation: Suggest using prefixed public symbolsBalint Reczey2016-06-151-0/+5
* Add option to disable version.hJoão Valverde2016-04-211-0/+10
* Update min. GLib version and add Qt version checksJaap Keuter2016-03-291-5/+5
* Add EditorConfig reference to README.developerJoão Valverde2016-03-141-6/+23
* Note that variadic macros *can* be sued.Guy Harris2016-01-021-1/+4
* Update to reflect current reality.Guy Harris2015-11-081-29/+20
* Allow use of variadic macrosPeter Wu2015-10-051-17/+0
* doc: remove some references to the now defunct python supportPascal Quantin2014-12-121-1/+0
* Update the doc directory to use https://www.wireshark.org.Gerald Combs2014-09-171-2/+2
* README.dissector was split from README.developer in 2013 - update someJoerg Mayer2014-09-131-0/+1
* Remove $Id$ and other Subversion leftovers from the doc files.Jeff Morriss2014-02-141-3/+0
* Change G_GINT64_CONSTANT(xxxxU) to G_GUINT64_CONSTANT(xxxx)Jakub Zawadzki2013-12-201-2/+2
* Remove a phrase which implies that tab widths other than 8 are OK.Bill Meier2013-11-011-4/+4
* Subsume README.binarytrees into wmem doxygen. The README was out of dateEvan Huus2013-10-131-1/+0
* emem -> wmem conversion:Pascal Quantin2013-09-221-2/+2
* Document the current state of naming in ui/qt. Say it's OK to use C++Gerald Combs2013-09-031-4/+5
* Split README.developer into two: README.developer and README.dissector. All theEvan Huus2013-06-201-3131/+16
* Trivial: remove extraneous word, 'is'.Chris Maynard2013-05-201-1/+1
* Add CppCheck to the list of things to run before submitting code for review.Evan Huus2013-04-271-0/+5
* Major cleanup of skeleton dissector and related bits of README.developer.Evan Huus2013-04-151-8/+42
* Put the skeleton sample code from README.developer into its own file - it'sEvan Huus2013-04-151-369/+20
* Add some missing tvb_get_'s, proto_tree_add_'s, fix args and change all littl...Chris Maynard2013-03-281-82/+110
* From Steve Magnani via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8339Evan Huus2013-03-041-9/+34
* mention gcrypt wrapper in README.developerMartin Kaiser2013-02-211-0/+5
* Fix the dev guide to use the correct indent (Tab => 4 Spaces) and add Modelin...Alexis La Goutte2013-02-011-966/+977
* Add 2 more verification steps to run in the "Submitting code for your new dis...Chris Maynard2013-01-311-0/+8
* Replace another instance of emem in README.developer with wmem.Evan Huus2012-12-291-3/+3
* Do a little more to discourage the use of proto_tree_add_text(): don'tJeff Morriss2012-12-191-7/+9
* Come down harder on the evils of tvb_get_ptr(): advise not to use it.Jeff Morriss2012-12-181-43/+28
* Recommend wmem over emem in the READMEs where possible.Evan Huus2012-12-081-17/+17
* Fix the main dissect_PROTO signatureJörg Mayer2012-11-161-1/+1
* We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss2012-09-191-3/+1
* Trivial typo fix and duplicate word removal.Chris Maynard2012-08-291-2/+2
* Force extended value string linear search (not binary search) in one case:Bill Meier2012-08-241-2/+10
* Minor update to tcp_dissect_pdus() section.Bill Meier2012-08-241-3/+4
* Add a link where to find some GUIs for git.Jörg Mayer2012-08-171-0/+2
* Add note to README.developer about not passing NULL to %s format strings.Evan Huus2012-08-171-0/+4
* Create, and start using, file name preferences.Jeff Morriss2012-06-131-0/+8
* Note that calls to "expert" functions should not be under 'if (tree)'.Bill Meier2012-06-121-14/+16
* Mention ENC_UCS_2 and ENC_UTF_16.Guy Harris2012-05-121-5/+11
* Fix typo errorspascal2012-04-291-2/+2
* Convert spaces to tabspascal2012-04-251-6/+6
* Update descriptions of hf[] FIELDDISPLAY and BITMASK fields.Bill Meier2012-03-071-2/+4
* Emphasize corrext usage of FT_BOOLEAN 'display' field.Bill Meier2012-03-061-14/+20
* (Trivial) Fix a typo.Bill Meier2012-03-041-1/+1
* forgotten updateAnders Broman2012-03-041-2/+2
* From Mike Morrin:Anders Broman2012-02-291-0/+18
* Add tvb_ip_to_str and tvb_ip6_to_str to the Dev GuideAlexis La Goutte2012-02-091-0/+6