aboutsummaryrefslogtreecommitdiffstats
path: root/doc/README.developer
AgeCommit message (Expand)AuthorFilesLines
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
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