Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal packet-tr.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, 4 Feb 2001 20:06:28 -0600 (CST)
guy         2001/02/04 20:06:28 CST

  Modified files:
    .                    packet-tr.c 
  Log:
  Maximum frame size values in the second byte of the routing control
  information aren't shifted right 4 bytes when put into the protocol
  tree; shift left by 4 bytes the values in the value_string table for
  them.
  
  A value of 7 means 65535 bytes.
  
  Revision  Changes    Path
  1.59      +10 -9     ethereal/packet-tr.c