aboutsummaryrefslogtreecommitdiffstats
path: root/doc/README.developer
AgeCommit message (Expand)AuthorFilesLines
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
2001-04-20Fix Gerald's e-mail address - and fix it in "README.developer", soGuy Harris1-5/+9
2001-04-10Fix up some other README.developer items.Guy Harris1-8/+7
2001-04-09Update README.developer to discuss 'col_set_str' and 'col_clear', toGuy Harris1-21/+98
2001-02-23Update the list of types, and fix some typos.Guy Harris1-6/+11
2001-01-03Update the README.developer file to reflect the recent changes toGuy Harris1-17/+18
2000-11-29Use GLib's G_MODULE_EXPORT when defining constants and functionsGuy Harris1-8/+17
2000-11-06Update to reflect the new style for plugin dissectors.Guy Harris1-43/+25
2000-11-05Allow a plugin to specify several underlying protocols (i.e. tcp and udp).Olivier Abad1-4/+5
2000-11-05Patch from Craig Rodrigues to fix a call to "check_col()".Guy Harris1-6/+6
2000-11-02Updates from Jeff Foster.Gilbert Ramirez1-83/+497
2000-10-22When looking for definitions of "proto_register" and "proto_reg_handoff"Guy Harris1-4/+9
2000-08-18Modify the Gryphon plugin code in order to avoid an abort when theLaurent Deniel1-6/+8
2000-08-13Add the "Edit:Protocols..." feature which currently only implementsLaurent Deniel1-3/+8
2000-08-11Miscellaneous code cleaningLaurent Deniel1-10/+6
2000-05-28Changed my mail address to oabad@cybercable.fr (dhis.net is tooOlivier Abad1-4/+4
2000-04-29Document "match_strval()" and "val_to_str()", as per Gerrit Gehnen'sGuy Harris1-6/+38
2000-04-25Fixed declaration of ip_dissector_table and clarified bitwidth doco.Gilbert Ramirez1-8/+9
2000-04-06Update the document to reflect Gilbert's changes to splitGuy Harris1-30/+98
2000-03-10Fix some typos.Guy Harris1-13/+54
2000-03-09- Jeff Foster's documentation for conversations and coding styleOlivier Abad1-20/+243
2000-03-03Document "proto_tree_add_notext()", "proto_item_set_len()", andGuy Harris1-6/+63
2000-03-03Put in a discussion of "check_col()", "col_add_[f]str()", andGuy Harris1-7/+68
2000-03-03Put in a note on updating "Makefile.am" and "Makefile.nmake".Guy Harris1-3/+21
2000-03-03Merge in Gilbert's "proto_tree" document.Guy Harris1-87/+493
2000-03-02Note that C++-style comments shouldn't be used in dissectors.Guy Harris1-3/+9
2000-03-01Merge in some information from Jeff Foster's developer's notes.Guy Harris1-8/+71
2000-03-01James Coe's developer HOWTO.Guy Harris1-0/+273