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: Sat, 13 Jan 2001 00:34:36 -0600 (CST)
guy         2001/01/13 00:34:36 CST

  Modified files:
    plugins              plugin_api.c plugin_api.h plugin_table.h 
  Log:
  Tvbuffify the PIM dissector.
  
  It was the last dissector that used "old_call_dissector()", and
  tvbuffifying it got rid of that, so get rid of "old_call_dissector()".
  
  Revision  Changes    Path
  1.15      +1 -2      ethereal/plugins/plugin_api.c
  1.15      +1 -2      ethereal/plugins/plugin_api.h
  1.15      +1 -4      ethereal/plugins/plugin_table.h