Ethereal-cvs: [ethereal-cvs] cvs commit: ethereal/wiretap wtap.h radcom.c i4btrace.c nettl.c

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

From: Guy Harris <guy@xxxxxxxxxxxx>
Date: Sat, 15 Apr 2000 16:12:42 -0500 (CDT)
guy         2000/04/15 16:12:40 CDT

  Modified files:
    wiretap              wtap.h radcom.c i4btrace.c nettl.c 
  Log:
  Get rid of the "start" field in the private data for RADCOM, i4btrace,
  and nettl captures - a "start" field is used for capture files where the
  time stamps on packets are relative to some initial time stamp, e.g. the
  time the capture started, but those file formats use absolute time
  stamps, so no "start" field is needed.
  
  Make the "this is an HP-UX 11.x nettl capture" flag a member of the
  private data structure for a nettl capture, rather than a global - it's
  per-capture-file state.
  
  Once the "start" field is removed from the RADCOM private data
  structure, there's nothing left, so eliminate the private data
  structure.
  
  Revision  Changes    Path
  1.67      +2 -8      ethereal/wiretap/wtap.h
  1.20      +2 -15     ethereal/wiretap/radcom.c
  1.4       +1 -2      ethereal/wiretap/i4btrace.c
  1.10      +7 -15     ethereal/wiretap/nettl.c