aboutsummaryrefslogtreecommitdiffstats
path: root/doc/README.developer
AgeCommit message (Expand)AuthorFilesLines
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
2001-12-03Update the sample dissector handoff registration routine to match theGuy Harris1-4/+7
2001-11-27Reflect the change to "conversation_set_dissector()" to take a dissectorGuy Harris1-9/+34
2001-11-27Clarify what the tvbuff handed to a dissector contains (i.e., it's notGuy Harris1-6/+8
2001-11-13Hopefully the last time I have to change my e-mail address.Gilbert Ramirez1-4/+4
2001-10-30Put in a note telling people NOT to use "tvb_get_ntohl()" orGuy Harris1-3/+11
2001-10-16Fix conversation_new description. Add descriptions forGerald Combs1-28/+97
2001-09-14Make the resolution for time values be nanoseconds rather thanGuy Harris1-6/+11
2001-08-31Update the documentation to reflect the fact that the arguments toGuy Harris1-63/+104
2001-08-29Add a "proto_item_append_text()" routine, which is likeGuy Harris1-7/+15
2001-08-28Get rid of "proto_tree_add_notext()" - if you create a subtree using it,Guy Harris1-32/+26
2001-07-20Add some more notes on What Not To Do when writing code for Ethereal, soGuy Harris1-8/+31
2001-07-20Tell people *NOT* to create zero-length "hf[]" arrays if they don't haveGuy Harris1-3/+8
2001-07-16Describe the use of FT_NONE, FT_STRING and other string-of-characterGuy Harris1-9/+20
2001-07-10Moved documentation for plugins to README.plugins and expandedEd Warnicke1-80/+6
2001-04-20Explain BASE_{DEC,HEX,OCT,BIN} a bit more, note that BASE_BIN is forGuy Harris1-4/+8