Ethereal-cvs: [ethereal-cvs] cvs commit: ethereal plugins.c

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:32 -0600 (CST)
guy         2000/03/15 13:09:28 CST

  Modified files:
    .                    plugins.c 
  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.11      +32 -24    ethereal/plugins.c