[email protected]
changed
bug 8416
What |
Removed |
Added |
Attachment #10286 Flags |
|
review_for_checkin?
|
Comment # 72
on bug 8416
from [email protected]
Created attachment 10286 [details]
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.
You are receiving this mail because:
- You are watching all bug changes.