Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal/wiretap file.c snoop.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@xxxxxxxxxxxxxxxxxxx>
Date: Thu, 5 Dec 2002 16:33:12 -0600 (CST)
guy         2002/12/05 16:33:12 CST

  Modified files:
    wiretap              file.c snoop.c wtap.h 
  Log:
  Sigh.  We really *do* have to check whether a capture is a snoop or
  Surveyor capture, as there's one link-layer type that UNICOS/mp snoop
  treats one way and Shomiti Surveyor treats another way.  The only way to
  check that is to look at the first record to see how much padding it
  has.
  
  Revision  Changes    Path
  1.97      +5 -1      ethereal/wiretap/file.c
  1.58      +104 -57   ethereal/wiretap/snoop.c
  1.126     +24 -23    ethereal/wiretap/wtap.h