On Wed, Jan 21, 2004 at 09:32:42AM +0100, Biot Olivier wrote: > From: Frank Strohbach [mailto:[EMAIL PROTECTED] > > | How large can be a capture file??? > > The maximum file size depends on the file system.
...and on the APIs being used to access the files. The APIs Ethereal uses use a "long" as the file offset, which means that files >2GB are supported only on platforms on which "long" is larger than 32 bits - i.e., it'd work only if Ethereal's built as a 64-bit application on a platform with 64-bit "long"s, even if the underlying OS supports files >2GB. _______________________________________________ Ethereal-users mailing list [EMAIL PROTECTED] http://www.ethereal.com/mailman/listinfo/ethereal-users
