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

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

  Added files:
    plugins              plugin_table.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.