Re: [Wireshark-dev] wtap_dump_file_seek() and _tell()

2013-03-16 Thread Ed Beroset
Guy Harris wrote: On Mar 3, 2013, at 11:10 AM, Ed Beroset bero...@mindspring.com wrote: According to svn, version 36318 (March 2011) added, among other things, the following lines to the wiretap/wtap-int.h file: extern gint64 wtap_dump_file_seek(wtap_dumper *wdh, gint64 offset, int whence,

Re: [Wireshark-dev] wtap_dump_file_seek() and _tell()

2013-03-16 Thread Ed Beroset
Ed Beroset wrote: Done, and submitted as a patch to Bug 8416: https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8416. I haven't compiled this under Windows yet, but will later today. OK, now I've updated the patch to work correctly under Windows as well. Ed

[Wireshark-dev] wtap_dump_file_seek() and _tell()

2013-03-03 Thread Ed Beroset
According to svn, version 36318 (March 2011) added, among other things, the following lines to the wiretap/wtap-int.h file: extern gint64 wtap_dump_file_seek(wtap_dumper *wdh, gint64 offset, int whence, int *err); extern gint64 wtap_dump_file_tell(wtap_dumper *wdh); However, unlike most of

Re: [Wireshark-dev] wtap_dump_file_seek() and _tell()

2013-03-03 Thread Guy Harris
On Mar 3, 2013, at 11:10 AM, Ed Beroset bero...@mindspring.com wrote: According to svn, version 36318 (March 2011) added, among other things, the following lines to the wiretap/wtap-int.h file: extern gint64 wtap_dump_file_seek(wtap_dumper *wdh, gint64 offset, int whence, int *err);