Ethereal-cvs: [Ethereal-cvs] rev 15437: /trunk/gtk/: file_dlg.c fileset_dlg.c /trunk/: capinfo
User: guy
Date: 2005/08/19 02:40 PM
Log:
Add APIs to Wiretap to return the file of the size as supplied by the OS
(so if the file's gzipped, it's *NOT* the size of the file after
uncompressing), and an approximation of the amount of that data read
sequentially so far.
Use those for various progress bars and the like.
Make the fstat() in the Ascend trace reader directly use wth->fd, as
it's inside Wiretap; that gets rid of the last caller of wtap_fd() (as
we're no longer directly using fstat() or lseek() in Ethereal), so get
rid of wtap_fd().
Directory: /trunk/gtk/
Changes Path Action
+5 -11 file_dlg.c Modified
+0 -9 fileset_dlg.c Modified
Directory: /trunk/
Changes Path Action
+8 -11 capinfos.c Modified
+1 -2 cfile.h Modified
+25 -46 file.c Modified
+4 -8 merge.c Modified
+1 -1 merge.h Modified
+1 -5 ringbuffer.c Modified
+0 -1 tethereal.c Modified
Directory: /trunk/wiretap/
Changes Path Action
+1 -1 ascend.c Modified
+48 -3 wtap.c Modified
+2 -1 wtap.def Modified
+7 -1 wtap.h Modified
http://anonsvn.ethereal.com/viewcvs/viewcvs.py?rev=15437&view=rev