Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal/wiretap snoop.c

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

From: Guy Harris <guy@xxxxxxxxxxxxxxxxx>
Date: Tue, 4 Nov 2003 16:14:50 -0600 (CST)
guy         2003/11/04 16:14:50 CST

  Modified files:
    wiretap              snoop.c 
  Log:
  Sigh.  Some snoop files have 6 bytes of padding; assume the file is a
  snoop file unless it has enoguh padding to hold a Shomiti trailer
  record.  (DEAR SUN MICROSYSTEMS: PLEASE DO NOT STUFF 16 OR MORE BYTES OF
  PADDING INTO A SNOOP PACKET.  THANK YOU.  HAVE A NICE DAY.)
  
  Add a little paranoia about the record and captured data lengths.
  
  Revision  Changes    Path
  1.64      +77 -29    ethereal/wiretap/snoop.c