Ethereal-cvs: [ethereal-cvs] cvs commit: ethereal/wiretap 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@xxxxxxxxxxxx>
Date: Fri, 26 Nov 1999 16:50:56 -0600 (CST)
guy         1999/11/26 16:50:53 CST

  Modified files:
    wiretap              netmon.c 
  Log:
  It appears that the first frame in a NetMon 2.0 capture file doesn't
  necessarily start at an offset of 128 into the file; we have to read the
  first entry in the frame table to find the offset in the file of the
  first frame.  (That also works on NetMon 1.0.)
  
  Keep the header size around, though, as we'll need it if we add code to
  *write* NetMon files.
  
  Revision  Changes    Path
  1.17      +41 -4     ethereal/wiretap/netmon.c