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: Wed, 8 Jan 2003 17:07:45 -0600 (CST)
guy         2003/01/08 17:07:45 CST

  Modified files:
    .                    packet-atm.c 
  Log:
  Make the AAL for a packet a filterable field.
  
  Put the code to handle AAL5 and Signalling AAL traffic, and to handle
  raw cells, into routines of their own.
  
  Don't put the VPI/VCI/cell count information from the pseudo-header into
  the protocol tree for raw cells - just get the VPI/VCI from the raw
  cell, and leave out the cell count.
  
  Set the Protocol and Info column for AAL1 and AAL3/4 cells.
  
  Clean up the names of some of the raw cell fields, as displayed.
  
  Make the payload type text match what's in various specs.
  
  Display the cell loss priority symbolically.
  
  Fix up the code that displays the AAL3/4 trailer information to use the
  AAL3/4 trailer rather than the AAL3/4 header.
  
  Show the number of cells if we have reassembled traffic complete with
  the AAL5 trailer.
  
  Revision  Changes    Path
  1.52      +309 -263  ethereal/packet-atm.c