Ethereal-cvs: [ethereal-cvs] cvs commit: ethereal/plugins Makefile.am plugin_api.c 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@xxxxxxxxxxxx>
Date: Wed, 15 Mar 2000 13:09:21 -0600 (CST)
guy         2000/03/15 13:09:19 CST

  Modified files:
    plugins              Makefile.am plugin_api.c plugin_api.h 
  Log:
  Give all the Ethereal APIs available to plugins their own function
  pointers, and call the APIs by calling through the function pointers -
  the old technique of using wrappers didn't work, as the underlying
  function they all called no longer exists.
  
  Revision  Changes    Path
  1.5       +2 -1      ethereal/plugins/Makefile.am
  1.5       +27 -131   ethereal/plugins/plugin_api.c
  1.3       +55 -82    ethereal/plugins/plugin_api.h