Ethereal-cvs: [ethereal-cvs] cvs commit: ethereal/wiretap ngsniffer.c wtap.h

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, 11 Dec 1999 04:02:29 -0600 (CST)
guy         1999/12/11 04:02:22 CST

  Modified files:
    wiretap              ngsniffer.c wtap.h 
  Log:
  Put in a private data structure hanging off the "wtap_dumper" structure
  the "this is the first frame" flag, and the time stamp of the first
  frame, used when writing Sniffer files, so that more than one could be
  open at a time (Wiretap doesn't forbid that) and so that they're
  initialized when you start writing a capture.
  
  Revision  Changes    Path
  1.32      +14 -8     ethereal/wiretap/ngsniffer.c
  1.57      +9 -3      ethereal/wiretap/wtap.h