Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal/plugins plugin_api.c plugin_api.h plugin_tab

Note: This archive is from the project's previous web site, ethereal.com. This list is no longer active.

From: Guy Harris <guy@xxxxxxxxxxxxxxxxxxx>
Date: Tue, 28 Aug 2001 19:51:11 -0500 (CDT)
guy         2001/08/28 19:51:11 CDT

  Modified files:
    plugins              plugin_api.c plugin_api.h plugin_table.h 
  Log:
  Add a "proto_item_append_text()" routine, which is like
  "proto_item_set_text()" except that it appends the result of the
  formatting to the item's current text, rather than replacing the item's
  current text.  Use it in the DNS dissector.
  
  Revision  Changes    Path
  1.22      +2 -1      ethereal/plugins/plugin_api.c
  1.22      +2 -1      ethereal/plugins/plugin_api.h
  1.23      +3 -1      ethereal/plugins/plugin_table.h