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

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: Thu, 11 Nov 1999 02:04:11 -0600 (CST)
guy         1999/11/11 02:04:09 CST

  Modified files:
    .                    packet-llc.c xdlc.h 
  Log:
  "XDLC_CONTROL_LEN()" actually returned the length of the entire xDLC
  header, under the assumption that the address field was two octets.
  
  It should return the length of the *control* field, and leave it up to
  its caller to add in the length of the address field.  (The address
  field appears to be one byte in SNA, not two bytes.)
  
  Revision  Changes    Path
  1.27      +14 -12    ethereal/packet-llc.c
  1.9       +3 -3      ethereal/xdlc.h