Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal packet-rmi.c packet-rmi.h

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, 5 Feb 2003 00:16:33 -0600 (CST)
guy         2003/02/05 00:16:33 CST

  Modified files:
    .                    packet-rmi.c packet-rmi.h 
  Log:
  Get rid of unused ett_ variables (for fields that don't have subfields).
  
  Put in URLs for the RMI and serialization protocols.
  
  Move value_string arrays, and declarations of static routines, out of
  the header file into the .c file.
  
  For integral values with associated value_string tables, just put them
  into the protocol trees as integral values and associate the
  value_string table with the field.
  
  Use "proto_tree_add_item()" whenever possible.
  
  Use the #define for "JRMI" rather than hardcoding it.
  
  Revision  Changes    Path
  1.6       +58 -29    ethereal/packet-rmi.c
  1.4       +1 -32     ethereal/packet-rmi.h