http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=48348
User: etxrab
Date: 2013/03/17 02:20 AM
Log:
From beroset:
implemented wtap_dump_file_seek() and _tell()
implemented the previously declared but unimplemented wtap_dump_file_seek() and wtap_dump_file_tell() functions and used them in the seven files that had previously used a plain ftell or fseek and added error checking as appropriate. I also added a new error WTAP_ERR_CANT_SEEK_COMPRESSED and put it next to WTAP_ERR_CANT_SEEK causing renumbering of two of the existing error codes.
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8416
Directory: /trunk/wiretap/
Changes Path Action
+2 -6 5views.c Modified
+38 -0 file_access.c Modified
+5 -9 k12.c Modified
+11 -5 lanalyzer.c Modified
+3 -4 netmon.c Modified
+2 -8 netscaler.c Modified
+17 -14 netxray.c Modified
+3 -4 visual.c Modified
+2 -2 wtap-int.h Modified
+5 -2 wtap.h Modified