Ethereal-cvs: [ethereal-cvs] cvs commit: ethereal packet-llc.c

Note: This archive is from the project's previous web site, ethereal.com. This list is no longer active.

From: Guy Harris <guy@xxxxxxxxxxxx>
Date: Sat, 8 Apr 2000 02:55:17 -0500 (CDT)
guy         2000/04/08 02:55:15 CDT

  Modified files:
    .                    packet-llc.c 
  Log:
  The "llc_ctrl_vals[]" value_string table isn't used to generate the
  protocol tree text for the control field - that protocol tree entry is
  added by "dissect_xdlc_control()", which uses
  "proto_tree_add_uint_format()" - and it's not a simple enumerated field
  (which is why "proto_tree_add_uint_format()" is used, to more fully
  describe the field).  Eliminate it.
  
  Revision  Changes    Path
  1.50      +2 -10     ethereal/packet-llc.c