aboutsummaryrefslogtreecommitdiffstats
path: root/doc/README.developer
Commit message (Expand)AuthorAgeFilesLines
* From Jon RRonnie Sahlberg2005-04-191-19/+62
* Add a note about testing to the "Robustness" section.Gerald Combs2005-04-111-0/+15
* Add a note about doing checks before subtracting, for example, theGuy Harris2005-03-261-0/+12
* Thou shalt not g_assert() in a dissector.Guy Harris2005-03-231-0/+7
* Remind people not to use "g_ntoh[ls]()" or "g_hton[ls]()" to convertGuy Harris2005-03-231-0/+8
* fix a bug and add a forward declaration in the example skeleton codeUlf Lamping2005-03-141-1/+4
* from Micheal Duigou: add some doxygen tags and some changes to README.developerUlf Lamping2005-03-111-29/+96
* Add one more reason to use "tvb_get_string()", as we've had a recentGuy Harris2005-03-111-0/+11
* Add boolean to the list of non-portable typesJörg Mayer2005-02-011-8/+9
* Grammar and typo fix from Mike Duigou.Guy Harris2005-01-071-2/+2
* add a more detailed description, how to add a new dissector fileUlf Lamping2004-12-281-0/+6
* From Jeff Morriss: PREF_RANGE preference type, for ranges of integers.Guy Harris2004-10-141-0/+8
* Note that variadic macros shouldn't be used.Guy Harris2004-10-061-0/+17
* Note that declarations in the middle of a block aren't supported by allGuy Harris2004-09-171-0/+10
* Note that _WIN32, not WIN32, should be used in #ifdefs and #ifs testingGuy Harris2004-09-111-0/+7
* Note that developers should avoid GTK+ 2.x/GLib 2.x-only stuff (and, inGuy Harris2004-09-071-0/+14
* add HFILL to the skeleton example and documentation of the field registrationUlf Lamping2004-08-311-5/+8
* corrected paths, where the dissectors and the corresponding Makefile.common c...Ulf Lamping2004-08-311-3/+3
* Add "tvb_get_ntoh64()" and "tvb_get_letoh64()" routines to fetch 64-bitGuy Harris2004-08-221-2/+26
* Note that "G_GINT64_CONSTANT()" should be used for constant values thatGuy Harris2004-08-191-6/+19
* Note that you *MUST* make sure "match_strval()" doesn't return nullGuy Harris2004-07-231-1/+13
* SNPRINTF isn't used any more - remove from sample dissectorJörg Mayer2004-07-181-6/+3
* Set the svn:eol-style property on all text files to "native", so thatGuy Harris2004-07-181-4/+4
* Give more details on the "don't build the protocol tree if you don'tGuy Harris2004-07-081-7/+22
* tmpnam() really should not be used for security reasons.Jörg Mayer2004-06-251-4/+9
* Pick up the stuff I did for tcpdump to figure out the right strings toGuy Harris2004-06-191-12/+17
* Have two strings in an enum_val_t - one that's a short string that isGuy Harris2004-05-241-16/+31
* added hint to use g_snprintf instead of snprintf and sprintfUlf Lamping2004-03-251-4/+15
* Update to reflect current reality.Guy Harris2004-03-191-18/+13
* Describe some problems with processing data pointed to by the result ofGuy Harris2004-02-251-17/+133
* Remove a comment on ancient EtherealJörg Mayer2004-02-191-9/+4
* Add a note on white space conventions (tab expansion different from 8 spaces isOlivier Biot2004-02-141-4/+24
* Move the list of dissectors (DISSECTOR_SRC) out of Makefile.am andJörg Mayer2004-01-211-10/+9
* Header files proto-ABBREV.h must not exist if there are no functionsOlivier Biot2003-12-301-8/+57
* Note that "uchar", "u_char", "u_short", "u_int", and "u_long" are alsoGuy Harris2003-12-191-9/+12
* Fix the stuff that talks about adding to DISSECTOR_SOURCES to talk aboutGuy Harris2003-11-141-5/+5
* Warn people not to use the "numbered argument" feature that many UNIXGuy Harris2003-11-061-3/+15
* Clarify the previous checkin - that applies to the 'value' argument.Guy Harris2003-10-281-7/+8
* As per a suggestion by Olivier Biot, note that objects pointed to byGuy Harris2003-10-281-3/+8
* Warn about Yet Another GCCism.Guy Harris2003-10-201-3/+7
* From Lo�c Minier: information on how to do reassembly of PDUs atop TCP.Guy Harris2003-10-091-3/+92
* Add an item about prefixing #define names and enum names with a prefixGuy Harris2003-10-091-3/+8
* Add One More Item to the list of things not all compilers can handle.Guy Harris2003-10-061-3/+21
* Fix a typo.Guy Harris2003-07-301-27/+32
* Add to the fundamental types passed between the scanner and the parser.Gilbert Ramirez2003-07-251-4/+52
* Typo fix, from Brad Hards.Guy Harris2003-07-071-5/+5
* Clarify the comment about not doing dissection work if "tree" is NULL,Guy Harris2003-06-121-5/+7
* - conversation_get_protocol_data -> conversation_get_proto_dataLaurent Deniel2003-03-091-10/+10
* Note that you need <io.h> on Windows if you want to use "open()",Guy Harris2003-03-071-3/+17
* Throw in some additional portability notes about:Guy Harris2003-03-061-4/+37