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: Sun, 28 Jan 2001 14:26:22 -0600 (CST)
guy         2001/01/28 14:26:21 CST

  Modified files:
    plugins              plugin_api.c plugin_api.h plugin_table.h 
  Log:
  Add "col_clear()" to the list of functions in the transfer vector for
  plugins, as the MGCP dissector uses it.
  
  Don't set pointers to "dfilter_init()" and "dfilter_cleanup()" in that
  transfer vector, as there *aren't* any pointers to them in the transfer
  vector.
  
  Revision  Changes    Path
  1.17      +2 -1      ethereal/plugins/plugin_api.c
  1.17      +2 -1      ethereal/plugins/plugin_api.h
  1.17      +3 -1      ethereal/plugins/plugin_table.h