Re: [Wireshark-dev] Changing capture file offsets to 64bits - please distclean your builds!

2006-11-05 Thread Ulf Lamping
Stephen Fisher wrote: > There are conflicting declarations of file_seek() :). The header file > wiretap/file_wrappers.h defines the return type as gint64 whereas the > function itself in file_wrappers.c defines it as an int. Otherwise, it > compiles and works fine on FreeBSD. > > Fixed, tha

Re: [Wireshark-dev] Changing capture file offsets to 64bits - please distclean your builds!

2006-11-05 Thread Stephen Fisher
On Sun, Nov 05, 2006 at 11:48:51PM +0100, Ulf Lamping wrote: > It boils down to replace all appearances of file offsets from > currently long to gint64. > > I've (hopefully) replaced all such offsets in wiretap (bumped version > to 0.3.1) and elsewhere (summary output, frame dissector, ...). >

[Wireshark-dev] Changing capture file offsets to 64bits - please distclean your builds!

2006-11-05 Thread Ulf Lamping
Hi List! I'm currently trying to fix bugzilla 1190: "over 2GBytes files have incorrect size in the open dialog and status bar". It boils down to replace all appearances of file offsets from currently long to gint64. I've (hopefully) replaced all such offsets in wiretap (bumped version to 0.3.