Ethereal-cvs: [ethereal-cvs] cvs commit: ethereal file.c

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

From: "Gilbert Ramirez Jr." <gram@xxxxxxxxxxxx>
Date: Thu, 7 Sep 2000 00:34:03 -0500 (CDT)
gram        2000/09/07 00:33:58 CDT

  Modified files:
    .                    file.c 
  Log:
  Change wtap_read() API so that the data offset is set via a pointer, and
  a "keep reading" boolean value is returned from the function.
  This avoids having to hack around the fact that some file formats truly
  do have records that start at offset 0. (i4btrace and csids have no
  file header. Neither does the pppdump-style file that I'm looking at right now).
  
  Revision  Changes    Path
  1.213     +4 -4      ethereal/file.c