Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal/wiretap atm.c atm.h Makefile.am Makefile.nma

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, 30 Apr 2002 13:58:17 -0500 (CDT)
guy         2002/04/30 13:58:17 CDT

  Modified files:
    wiretap              Makefile.am Makefile.nmake iptrace.c 
                         snoop.c 
  Added files:
    wiretap              atm.c atm.h 
  Log:
  Move the code to guess the traffic type based on the packet contents
  into Wiretap, so that if you read a frame from Wiretap you have what
  traffic type information could be gleaned from the information in the
  capture file, and can write the frame out to a capture file where the
  file contains some or all of that information without having to
  determine it outside of Wiretap.
  
  Revision  Changes    Path
  1.37      +3 -1      ethereal/wiretap/Makefile.am
  1.26      +2 -1      ethereal/wiretap/Makefile.nmake
  1.40      +36 -29    ethereal/wiretap/iptrace.c
  1.48      +12 -1     ethereal/wiretap/snoop.c