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

Wireshark-bugs: [Wireshark-bugs] [Bug 1190] over 2GBytes files have incorrect size in the open d

Date: Tue, 23 Nov 2010 22:21:23 -0800 (PST)
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1190

--- Comment #14 from Stephen Fisher <steve@xxxxxxxxxxxxxxxxxx> 2010-11-23 23:21:22 MST ---
See also Wireshark bug #4955.

At least in the latest version of zlib, 1.2.5, they now offer a set of
functions with names ending in 64 (gzopen64 for example), which are included
only in certain conditions (#ifdef statement in zlib.h).  Otherwise, they're
still using the "long" type, which turns into 64-bit on 64-bit systems and
works fine.

-- 
Configure bugmail: https://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.