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