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 3006] 32bit linux largefile support (>2GB) patch

Date: Sun, 10 Apr 2011 14:08:44 -0700 (PDT)
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3006

Guy Harris <guy@xxxxxxxxxxxx> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Attachment #2420|review_for_checkin?         |review_for_checkin-
               Flag|                            |

--- Comment #6 from Guy Harris <guy@xxxxxxxxxxxx> 2011-04-10 14:08:43 PDT ---
(From update of attachment 2420)
Using AC_SYS_LARGEFILE should, as noted, cause _FILE_OFFSET_BITS=64 to be
defined, and that should cause lseek() and so on to be defined to be the 64-bit
versions, so there should be no need for code changes.

I've checked into the trunk changes to use AC_SYS_LARGEFILE on UN*X and to use
other mechanisms to handle large file offsets and sizes on Windows.  If the
current code on the trunk doesn't support large files on some platform where
AC_SYS_LARGEFILE detects large file support, please submit additional patches.

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