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

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: Mon, 8 Apr 2002 05:01:27 -0500 (CDT)
guy         2002/04/08 05:01:27 CDT

  Modified files:
    wiretap              etherpeek.c 
  Log:
  The length passed into "seek_read" routines is the length supplied by
  the "read" routine, which means it's already had any end-of-frame
  padding/FCS removed; we don't need to remove it in the "seek_read"
  routine.
  
  Revision  Changes    Path
  1.19      +1 -6      ethereal/wiretap/etherpeek.c