Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal/plugins Xepan_plugins.c Xplugin_api.c Xplugi

Note: This archive is from the project's previous web site, ethereal.com. This list is no longer active.

From: Guy Harris <guy@xxxxxxxxxxxxxxxxx>
Date: Thu, 17 Jul 2003 22:01:35 -0500 (CDT)
guy         2003/07/17 22:01:35 CDT

  Modified files:
    plugins              Makefile.am Makefile.nmake plugin_api.c 
                         plugin_api.h plugin_api_decls.h 
                         plugin_table.h 
  Added files:
    plugins              Xepan_plugins.c Xplugin_api.c 
                         Xplugin_api.h Xplugin_api_decls.h 
                         Xplugin_table.h plugin_api_list.c 
                         plugin_gen.py 
  Log:
  From Matthijs Melchior: generate all declarations and definitions for
  plugin ABI from a single file.
  
  Revision  Changes    Path
  1.16      +15 -2     ethereal/plugins/Makefile.am
  1.21      +10 -2     ethereal/plugins/Makefile.nmake
  1.53      +3 -226    ethereal/plugins/plugin_api.c
  1.54      +3 -249    ethereal/plugins/plugin_api.h
  1.16      +4 -264    ethereal/plugins/plugin_api_decls.h
  1.67      +3 -301    ethereal/plugins/plugin_table.h