Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal/wiretap atm.c atm.h iptrace.c netmon.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: Mon, 12 Aug 2002 22:32:58 -0500 (CDT)
guy         2002/08/12 22:32:58 CDT

  Modified files:
    wiretap              atm.c atm.h iptrace.c netmon.c 
  Log:
  Get rid of the "vpi" and "vci" arguments to "atm_guess_traffic_type()",
  have it get that information from the pseudo-header instead, and set the
  VPI and VCI fields in the pseudo-header before calling it.
  
  Don't call it for non-ATM NetMon captures.
  
  Revision  Changes    Path
  1.2       +4 -4      ethereal/wiretap/atm.c
  1.2       +2 -2      ethereal/wiretap/atm.h
  1.43      +7 -7      ethereal/wiretap/iptrace.c
  1.60      +8 -5      ethereal/wiretap/netmon.c