Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal capture.c 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: Fri, 3 Jan 2003 00:45:44 -0600 (CST)
guy         2003/01/03 00:45:43 CST

  Modified files:
    .                    capture.c packet-atm.c 
  Log:
  Rename WTAP_ENCAP_ATM_SNIFFER to WTAP_ENCAP_ATM_PDUS, as it's not just
  used for the DOS-based ATM Sniffer.  (That's not a great name, but I
  couldn't think of a better one.)
  
  Add a new WTAP_ENCAP_ATM_PDUS_UNTRUNCATED encapsulation type for capture
  files where reassembled frames don't have trailers, such as the AAL5
  trailer, chopped off.  That's what at least some versions of the
  Windows-based ATM Sniffer appear to have.
  
  Map the ATM capture file type for NetXRay captures to
  WTAP_ENCAP_ATM_PDUS_UNTRUNCATED, and put in stuff to fill in what we've
  reverse-engineered, so far, for the pseudo-header; there's more that
  needs to be done on it, e.g. getting the channel, AAL type, and traffic
  type (or inferring them if they're not in the packet header).
  
  Revision  Changes    Path
  1.203     +2 -2      ethereal/capture.c
  1.50      +82 -16    ethereal/packet-atm.c