Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal packet-atm.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: Tue, 4 Mar 2003 02:20:37 -0600 (CST)
guy         2003/03/04 02:20:37 CST

  Modified files:
    .                    packet-atm.c 
  Log:
  There might well be more than 40 bytes of padding in an AAL5 frame - it
  doesn't always appear to be the case that the minimum number of cells is
  used for an AAL5 packet.  Instead, do the sanity check on the AAL5
  length field - require it to be non-zero and to be less than or equal to
  the amount of space left over in the packet after the trailer is removed.
  
  Revision  Changes    Path
  1.63      +12 -8     ethereal/packet-atm.c