aboutsummaryrefslogtreecommitdiffstats
path: root/doc/README.developer
AgeCommit message (Expand)AuthorFilesLines
2004-02-25Describe some problems with processing data pointed to by the result ofGuy Harris1-17/+133
2004-02-19Remove a comment on ancient EtherealJörg Mayer1-9/+4
2004-02-14Add a note on white space conventions (tab expansion different from 8 spaces isOlivier Biot1-4/+24
2004-01-21Move the list of dissectors (DISSECTOR_SRC) out of Makefile.am andJörg Mayer1-10/+9
2003-12-30Header files proto-ABBREV.h must not exist if there are no functionsOlivier Biot1-8/+57
2003-12-19Note that "uchar", "u_char", "u_short", "u_int", and "u_long" are alsoGuy Harris1-9/+12
2003-11-14Fix the stuff that talks about adding to DISSECTOR_SOURCES to talk aboutGuy Harris1-5/+5
2003-11-06Warn people not to use the "numbered argument" feature that many UNIXGuy Harris1-3/+15
2003-10-28Clarify the previous checkin - that applies to the 'value' argument.Guy Harris1-7/+8
2003-10-28As per a suggestion by Olivier Biot, note that objects pointed to byGuy Harris1-3/+8
2003-10-20Warn about Yet Another GCCism.Guy Harris1-3/+7
2003-10-09From Lo�c Minier: information on how to do reassembly of PDUs atop TCP.Guy Harris1-3/+92
2003-10-09Add an item about prefixing #define names and enum names with a prefixGuy Harris1-3/+8
2003-10-06Add One More Item to the list of things not all compilers can handle.Guy Harris1-3/+21
2003-07-30Fix a typo.Guy Harris1-27/+32
2003-07-25Add to the fundamental types passed between the scanner and the parser.Gilbert Ramirez1-4/+52
2003-07-07Typo fix, from Brad Hards.Guy Harris1-5/+5
2003-06-12Clarify the comment about not doing dissection work if "tree" is NULL,Guy Harris1-5/+7
2003-03-09- conversation_get_protocol_data -> conversation_get_proto_dataLaurent Deniel1-10/+10
2003-03-07Note that you need <io.h> on Windows if you want to use "open()",Guy Harris1-3/+17
2003-03-06Throw in some additional portability notes about:Guy Harris1-4/+37
2003-02-10Note that one shouldn't put a comma after the last element of an enum.Guy Harris1-3/+6
2003-01-31Get rid of BASE_BIN - it's just the same as BASE_DEC, but people seemedGuy Harris1-8/+6
2003-01-29More completely explain the "name" argument to theGuy Harris1-4/+12
2003-01-26Update my email address in various places since my old one no longer worksLaurent Deniel1-4/+4
2002-12-19Document FT_FRAMENUM.Guy Harris1-4/+8
2002-12-09Fix a typo.Gerald Combs1-4/+4
2002-11-09Put in a note about "ntoh[ls]()" and "hton[ls]()" vs. the GLib versionsGuy Harris1-3/+12
2002-11-03From Jean-Baptiste Marchand: fix a typo in README.developer.Guy Harris1-4/+4
2002-11-01Put in a portability note telling people to use "strchr()" andGuy Harris1-4/+9
2002-10-17Put in a note telling people not to use "long" for 32-bit quantities.Guy Harris1-4/+9
2002-08-26Document FT_FLOAT and the "proto_tree_add_float" routines.Guy Harris1-7/+24
2002-08-02Replace the types from sys/types.h and netinet/in.h by their glib.hJörg Mayer1-11/+3
2002-07-15Fix a sample call to add an item to the subtree for a protocol to add itGuy Harris1-7/+17
2002-07-10Fix some other errors.Guy Harris1-7/+7
2002-07-10Fix an erroneous example.Guy Harris1-20/+17
2002-06-29Put in a note about casting the result of "tvb_get_ptr()" to a structureGuy Harris1-3/+13
2002-06-28Update the note on adding dissector source files to match currentGuy Harris1-12/+13
2002-06-22Add "uint" to the list of "u..." types not to use.Guy Harris1-52/+53
2002-06-18Put in an additional portability note about "bzero()"/"bcopy()"/"bcmp()"Guy Harris1-3/+26
2002-04-24Document the tvbuff accessors for IEEE floating-point numbers.Guy Harris1-3/+15
2002-03-18Add information about 64-bit integral field support.Guy Harris1-13/+17
2002-03-16Update the developer documentation to reflect current reality (or aGuy Harris1-33/+190
2002-03-02Tell people not to use "ulong" or "ushort".Guy Harris1-3/+7
2002-03-01Fix two references to "proto_item_set_text()" andGuy Harris1-5/+5
2002-02-28Improve the note on how to deal with items with subtrees when the textGuy Harris1-6/+7
2002-01-21Include files from the "epan" directory and subdirectories thereof withGuy Harris1-4/+4
2002-01-20Allow a length of -1 to be specified when adding FT_NONE and FT_PROTOCOLGuy Harris1-9/+8
2001-12-17Put in a note about labels requiring statements following them.Guy Harris1-3/+25
2001-12-10Get rid of all mentions of old-style dissectors, and fix up an exampleGuy Harris1-84/+29