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 3307] Wireshark won't compile with Sun Studio 12 with enab

Date: Mon, 9 Mar 2009 05:54:59 -0700 (PDT)
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3307


Petr Sumbera <petr.sumbera@xxxxxxx> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |DUPLICATE




--- Comment #2 from Petr Sumbera <petr.sumbera@xxxxxxx>  2009-03-09 05:54:59 PDT ---
Proposed fix for bug 3161 solves this issue (verified on Solaris Nevada build
107):

--- text2pcap.c
+++ text2pcap.c
@@ -90,7 +90,7 @@
 #  define __USE_XOPEN
 #endif
 #ifndef _XOPEN_SOURCE
-#  define _XOPEN_SOURCE
+#  define _XOPEN_SOURCE 600
 #endif


*** This bug has been marked as a duplicate of bug 3161 ***


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