Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal/plugins plugin_api.c plugin_api.h plugin_tab

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

From: Guy Harris <guy@xxxxxxxxxxxxxxxxxxx>
Date: Tue, 14 Nov 2000 04:38:15 -0600 (CST)
guy         2000/11/14 04:38:14 CST

  Modified files:
    plugins              plugin_api.c plugin_api.h plugin_table.h 
  Log:
  "plugin_api.c" needs to include <glib.h>, to define G_HAVE_GINT64 on
  platforms that have "gint64".
  
  Fix plugin-table lines for "dissector_delete()", "dissect_data()",
  "prefs_register_module()", and "prefs_register_uint_preference()".
  
  The MGCP dissector uses routines from GLib, so when building it as a DLL
  for Windows, it has to be linked with "glib-XXX.lib".
  
  Revision  Changes    Path
  1.12      +4 -2      ethereal/plugins/plugin_api.c
  1.11      +2 -2      ethereal/plugins/plugin_api.h
  1.8       +3 -3      ethereal/plugins/plugin_table.h