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

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, 2 Dec 2001 22:00:24 -0600 (CST)
guy         2001/12/02 22:00:24 CST

  Modified files:
    plugins              plugin_api.c plugin_api.h 
                         plugin_api_defs.h plugin_table.h 
  Log:
  Make "dissector_add()", "dissector_delete()", and "dissector_change()"
  take a dissector handle as an argument, rather than a pointer to a
  dissector function and a protocol ID.  Associate dissector handles with
  dissector table entries.
  
  Revision  Changes    Path
  1.31      +2 -1      ethereal/plugins/plugin_api.c
  1.31      +2 -1      ethereal/plugins/plugin_api.h
  1.7       +2 -1      ethereal/plugins/plugin_api_defs.h
  1.33      +7 -4      ethereal/plugins/plugin_table.h