Ethereal-cvs: [ethereal-cvs] cvs commit: ethereal Makefile.am file.c packet.c

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:40 -0500 (CDT)
gerald      1999/09/10 23:50:38 CDT

  Modified files:
    .                    Makefile.am file.c packet.c 
  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.71      +4 -3      ethereal/Makefile.am
  1.88      +4 -7      ethereal/file.c
  1.41      +4 -1      ethereal/packet.c