Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal/wiretap etherpeek.c wtap-int.h 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@xxxxxxxxxxxxxxxxxxx>
Date: Thu, 17 Jan 2002 18:25:51 -0600 (CST)
guy         2002/01/17 18:25:51 CST

  Modified files:
    wiretap              etherpeek.c wtap-int.h wtap.h 
  Log:
  In the EtherPeek file reader, keep the capture start time in a private
  data structure attached to the "wtap" structure, rather than in a
  pseudo-header structure; get rid of the EtherPeek pseudo-header
  structure, as it's not actually used as a pseudo-header, it's just used
  as private data for the EtherPeek reader.
  
  Get rid of an extra level of indentation in switch statements.
  
  Revision  Changes    Path
  1.8       +76 -60    ethereal/wiretap/etherpeek.c
  1.19      +6 -1      ethereal/wiretap/wtap-int.h
  1.100     +17 -7     ethereal/wiretap/wtap.h