Ethereal-cvs: [ethereal-cvs] cvs commit: ethereal/wiretap Makefile Makefile.am configure.in

Note: This archive is from the project's previous web site, ethereal.com. This list is no longer active.

From: Gerald Combs <gerald@xxxxxxxxxxxx>
Date: Fri, 10 Sep 1999 23:50:59 -0500 (CDT)
gerald      1999/09/10 23:50:54 CDT

  Modified files:
    wiretap              Makefile Makefile.am configure.in file.c 
                         wtap.c wtap.h 
  Log:
  Added support for Lucent/Ascend packet traces.  The MAX and Pipeline router
  family has a set of debug commands that allow you to log the traffic on a
  WAN or dialup connection as text, e.g.
  
  RECV-iguana:241:(task: B04E12C0, time: 1975358.50) 15 octets @ 8003D634
    [0000]: FF 03 00 3D C0 06 C9 96 2D 04 C1 72 00 05 B8
  
  Created wtap_seek_read() which parses the textual data for and Ascend
  trace, and does a normal fseek() and fread() for any other file type.
  The fseek()/fread() pairs in file.c were replaced with the new function.
  
  Revision  Changes    Path
  1.12      +232 -107  ethereal/wiretap/Attic/Makefile
  1.20      +11 -1     ethereal/wiretap/Makefile.am
  1.13      +6 -1      ethereal/wiretap/configure.in
  1.20      +10 -2     ethereal/wiretap/file.c
  1.18      +19 -1     ethereal/wiretap/wtap.c
  1.36      +13 -2     ethereal/wiretap/wtap.h