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: Sun, 9 Apr 2000 13:33:32 -0500 (CDT)
guy         2000/04/09 13:33:30 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 show all the
  various bits of the field).  Eliminate it.
  
  Revision  Changes    Path
  1.51      +5 -3      ethereal/packet-llc.c