Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal packet-ppp.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: Sun, 31 Mar 2002 18:51:44 -0600 (CST)
guy         2002/03/31 18:51:44 CST

  Modified files:
    .                    packet-ppp.c 
  Log:
  Get rid of ett_ values for options with no subtrees.
  
  Show the names of the control characters being mapped by the async
  control character map option.
  
  Use "proto_item_add_subtree()" to establish a subtree, so that the ett_
  value gets associated with it.  (Unfortunately, "proto_item" and
  "proto_tree" are typedefs for the same type, so checks for use of one
  when you should be using the other aren't done at compile time.)
  
  Get rid of some extra blanks before colons.
  
  Revision  Changes    Path
  1.89      +144 -89   ethereal/packet-ppp.c