Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

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

From: Stephen Fisher <stephentfisher@xxxxxxxxx>
Date: Sun, 5 Nov 2006 16:04:55 -0800
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, ...).

> C - Fix any new bugs I've introduced - please mail them to the list.

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.


Steve