https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3006
Guy Harris <guy@xxxxxxxxxxxx> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
--- Comment #9 from Guy Harris <guy@xxxxxxxxxxxx> 2011-04-24 12:58:04 PDT ---
All the capture file readers call the routines in file_wrappers.c, and that's
built with large file support, so there's no need to build Flex output with
large file support. The right way to do that would be to require flex 2.5.30
or later, and use %top to put the include of config.h at the top of the
generated parser, but that shouldn't be necessary.
Closing the bug as fixed.
--
Configure bugmail: https://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.