Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal/plugins/mgcp packet-mgcp.c

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:49 -0600 (CST)
guy         2001/01/03 01:53:49 CST

  Modified files:
    plugins/mgcp         packet-mgcp.c 
  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.13      +8 -8      ethereal/plugins/mgcp/packet-mgcp.c