http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=37026
User: guy
Date: 2011/05/09 01:12 AM
Log:
Get rid of the fd member of a wth structure; the FILE_T's in that
structure include a file descriptor. Add a wtap_fstat() for the file
readers that use file times to generate time stamps (we really need a
way to say "this file has no time stamps" or "this file has only
relative time stamps).
Directory: /trunk/wiretap/
Changes Path Action
+2 -3 ascendtext.c Modified
+2 -4 ber.c Modified
+6 -5 file_access.c Modified
+14 -2 file_wrappers.c Modified
+1 -1 file_wrappers.h Modified
+2 -4 tnef.c Modified
+4 -1 wtap-int.h Modified
+14 -4 wtap.c Modified