Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal/wiretap ngsniffer.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: Thu, 5 Jul 2001 19:17:37 -0500 (CDT)
guy         2001/07/05 19:17:37 CDT

  Modified files:
    wiretap              ngsniffer.c 
  Log:
  Remove a comment that no longer applies - we no longer seek forward in
  compressed Sniffer files by sequentially moving forward, and we no
  longer seek backward by seeking to the beginning and then seeking
  forward to the new position, we now seek to the beginning of the
  compressed block that contains the target position, if we're not already
  in that block, and then move to the appropriate position in that block.
  
  Revision  Changes    Path
  1.64      +1 -18     ethereal/wiretap/ngsniffer.c