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: Ed Warnicke <hagbard@xxxxxxxxxxxxxxxxxxx>
Date: Sun, 25 Nov 2001 23:41:17 -0600 (CST)
hagbard     2001/11/25 23:41:16 CST

  Modified files:
    plugins              plugin_api.c plugin_api.h 
                         plugin_api_defs.h 
  Log:
  This should be the final bit of removing the dissect_data symbol
  from being required by anyone other than packet-data.c.
  It can now be accessed with call_dissector() with the name "data".
  dissect_data is now also of dissect_t.
  
  Revision  Changes    Path
  1.30      +1 -2      ethereal/plugins/plugin_api.c
  1.30      +1 -3      ethereal/plugins/plugin_api.h
  1.6       +1 -3      ethereal/plugins/plugin_api_defs.h