aboutsummaryrefslogtreecommitdiffstats
path: root/doc/README.developer
Commit message (Expand)AuthorAgeFilesLines
* Document what prefs_register_string_preference() does with your value pointer.Jeff Morriss2010-08-211-2/+7
* Remove an incorrect line of code from the proto_reg_hanoff prototype.Bill Meier2010-08-121-2/+0
* Fix grammaro, indent example code.Guy Harris2010-07-271-8/+9
* Tell people to be careful about loops likeGuy Harris2010-07-271-0/+11
* Update to reflect changes in defines: REP_* > ENC_*Stig Bjørlykke2010-06-221-9/+9
* Put in a warning about the <stdarg.h> problem that I just found andGuy Harris2010-05-261-0/+20
* Minor rewording; Also: add note to not use "" for a hf[] array blurb.Bill Meier2010-05-251-5/+5
* Refer to the endianness arguments as "encoding" rather thanGuy Harris2010-05-241-3/+3
* Use the new REP_ values for proto_tree_add_item().Guy Harris2010-05-241-9/+17
* Describe values_string_ext.Anders Broman2010-05-231-0/+17
* Document find_or_create_conversation()Jeff Morriss2010-05-131-15/+26
* Change copyright date in sample dissector code to 201x from 200x for theStephen Fisher2010-04-251-1/+1
* 64-bit integers take the same FIELDDISPLAY as shorter integersJeff Morriss2010-04-241-22/+22
* (Trivial changes)Bill Meier2010-04-161-14/+17
* Updates:Bill Meier2010-04-161-4/+16
* Rename FIELDBASE to FIELDDISPLAY, as it's a "how to display this"Guy Harris2010-04-151-2/+7
* Fix a typoBill Meier2010-04-151-1/+1
* Add a third date format, ABSOLUTE_TIME_DOY_UTC, to show UTC with theGuy Harris2010-02-271-13/+18
* Add note about not using C99 features.Bill Meier2010-02-201-0/+3
* Rewrite the bit about null vs. non-null "tree" dissector arguments aGuy Harris2010-01-181-18/+12
* For fields of type FT_ABSOLUTE_TIME, have the "display" value be one ofGuy Harris2009-12-191-10/+27
* Clarify that BASE_RANGE_STRING is a flag set in the display field, notGuy Harris2009-12-121-2/+6
* From Richard Pecl:Jaap Keuter2009-12-111-0/+16
* From Nemeth Marton: in an example of a valid (at least at the C languageGuy Harris2009-10-281-1/+1
* Update: Remove references to the use of check_col() since no longer required.Bill Meier2009-09-141-28/+9
* We don't use PRId64, PRIu64, PRIx64, PRIX64, and PRIo64 internally in Wiresha...Kovarththanan Rajaratnam2009-08-311-5/+0
* From dragonlinux AT gmail.com: Fix incorrect location of a right brace;Bill Meier2009-08-261-1/+3
* Fix a typoBill Meier2009-07-291-1/+1
* From Kovarththanan Rajaratnam:Stig Bjørlykke2009-07-081-1/+7
* Recommend the expert mechanism, rather than DISSECTOR_ASSERT(), forGuy Harris2009-07-081-2/+9
* From Kovarththanan Rajaratnam:Anders Broman2009-07-061-5/+5
* Use NULL for empty blurb.Stig Bjørlykke2009-06-261-1/+1
* Note that non-ASCII characters in source files cause problems.Guy Harris2009-06-151-0/+11
* Fix tpyo.Guy Harris2009-06-111-1/+1
* Update the GPL statement used in dissectors.Stig Bjørlykke2009-06-111-8/+7
* From Reinhard Speyerer:Jaap Keuter2009-05-021-4/+4
* Add a note about LLP64 portability.Gerald Combs2009-04-171-0/+41
* Add initial support for string buffers - ep_allocated, growable stringsGerald Combs2009-03-271-2/+9
* Introduce two new functions:Stephen Fisher2009-03-271-0/+11
* Trivial spacing changeBill Meier2009-02-051-1/+1
* Update the description & skeleton code for the use of proto_reg_handoff.Bill Meier2009-01-151-32/+64
* Wrap "USA." in the address of the FSF onto a new line with a * in front of it.Stephen Fisher2008-11-181-1/+2
* Update tabsize, re-group bitfield proto_tree functions, extend fieldinfo macr...Jaap Keuter2008-11-011-90/+118
* Add tvb_bytes_to_str() & tvb_bytes_to_str_punct(); fix a few typos.Bill Meier2008-10-231-5/+21
* Polish up the proto_tree_add_bitmask() description example.Jaap Keuter2008-09-221-0/+8
* Fix for bug 2889:Jaap Keuter2008-09-221-2/+7
* compile a document about heuristic dissectors, following:Ulf Lamping2008-09-061-0/+1
* Minor rewording; fix a typeBill Meier2008-08-221-5/+9
* From Alexey Neyman :Anders Broman2008-08-041-2/+25
* From Alexey Neyman :Anders Broman2008-07-301-2/+12