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 00:56:05 -0600 (CST)
guy         2001/01/03 00:56:04 CST

  Modified files:
    plugins/mgcp         packet-mgcp.c 
  Log:
  Have "proto_register_protocol()" build a list of data structures for
  protocols, in addition to adding structures to the list of filterable
  fields.  Give it an extra argument that specifies a "short name" for the
  protocol, for use in such places as
  
  	pinfo->current_proto;
  
  	the dialog box for constructing filters;
  
  	the preferences tab for the protocol;
  
  and so on (although we're not yet using it in all those places).
  
  Make the preference name that appears in the preferences file and the
  command line for the DIAMETER protocol "diameter", not "Diameter"; the
  convention is that the name in question be all-lower-case.
  
  Make some routines and variables that aren't exported static.
  
  Update a comment in the ICP dissector to make it clear that the
  dissector won't see fragments other than the first fragment of a
  fragmented datagram.
  
  Revision  Changes    Path
  1.12      +4 -4      ethereal/plugins/mgcp/packet-mgcp.c