ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
April 17th, 2024 | 14:30-16:00 SGT (UTC+8) | Online

Wireshark-commits: [Wireshark-commits] rev 37025: /trunk/ /trunk/: file.c /trunk/wiretap/: file_wra

Date: Mon, 09 May 2011 05:31:03 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=37025

User: guy
Date: 2011/05/08 10:31 PM

Log:
 From Jakub Zawadzki: for file read progress bars, use the raw offset in
 the file, rather than the offset in the uncompressed data stream.  That
 way we don't get the "hey, we're more than 100% into the file, better
 refigure this" surprise.

Directory: /trunk/
  Changes    Path          Action
  +7 -15     file.c        Modified

Directory: /trunk/wiretap/
  Changes    Path               Action
  +5 -0      file_wrappers.c    Modified
  +1 -0      file_wrappers.h    Modified
  +2 -10     wtap.c             Modified
  +1 -1      wtap.h             Modified