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: Wed, 3 Jan 2001 01:53:48 -0600 (CST)
guy         2001/01/03 01:53:48 CST

  Modified files:
    plugins              plugin_api.c plugin_api.h plugin_table.h 
  Log:
  Add a new "prefs_register_protocol()" routine, which is like
  "prefs_register_module()" except that it takes a protocol index as
  returned by "proto_register_protocol()" as its first argument, rather
  than taking two character strings as arguments as its first two
  arguments, and uses the protocol's abbreviation as the name to use for
  preferences in the preferences file and the "-o" flag and uses the
  protocol's short name as the name to use in the tabs in the
  "Edit->Preferences" window.
  
  Revision  Changes    Path
  1.14      +2 -2      ethereal/plugins/plugin_api.c
  1.14      +2 -2      ethereal/plugins/plugin_api.h
  1.13      +4 -4      ethereal/plugins/plugin_table.h