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 4468] New: Please change the extern etype_vals to WS_VAR_I

Date: Sun, 7 Feb 2010 01:05:32 -0800 (PST)
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4468

           Summary: Please change the extern etype_vals to WS_VAR_IMPORT
                    etype_vals
           Product: Wireshark
           Version: SVN
          Platform: Other
        OS/Version: Windows XP
            Status: NEW
          Severity: Major
          Priority: Low
         Component: Wireshark
        AssignedTo: wireshark-bugs@xxxxxxxxxxxxx
        ReportedBy: sugyo@xxxxxxxxx


Build Information:
Paste the COMPLETE build information from "Help->About Wireshark", "wireshark
-v", or "tshark -v".
--
Index: epan/etypes.h
===================================================================
--- epan/etypes.h       (revision 31740)
+++ epan/etypes.h       (working copy)
@@ -436,6 +436,6 @@
 #define ETHERTYPE_FCFT          0xFCFC
 #endif

-extern const value_string etype_vals[];
+WS_VAR_IMPORT const value_string etype_vals[];

 #endif /* etypes.h */

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