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.