ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
April 17th, 2024 | 14:30-16:00 SGT (UTC+8) | Online

Wireshark-bugs: [Wireshark-bugs] [Bug 3439] New: Compile errors in capture_if_details_dlg_win32.

Date: Sun, 26 Apr 2009 01:52:13 -0700 (PDT)
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3439

           Summary: Compile errors in capture_if_details_dlg_win32.c
                    (MSVC2005)
           Product: Wireshark
           Version: SVN
          Platform: x86
        OS/Version: Windows XP
            Status: NEW
          Severity: Major
          Priority: Low
         Component: Wireshark
        AssignedTo: wireshark-bugs@xxxxxxxxxxxxx
        ReportedBy: krj@xxxxxxxxxxxxx


Build Information:
Paste the COMPLETE build information from "Help->About Wireshark", "wireshark
-v", or "tshark -v".
--
Latest SVN revision (28154) doesn't seem to be able to compile with MSVC2005:

capture_if_details_dlg_win32.c
capture_if_details_dlg_win32.c(507) : error C2065: 'Ndis802_11AuthModeWPA2' :
un
declared identifier
capture_if_details_dlg_win32.c(507) : error C2099: initializer is not a
constant

capture_if_details_dlg_win32.c(507) : warning C4047: 'initializing' : 'guint32'
differs in levels of indirection from 'char [5]'
capture_if_details_dlg_win32.c(508) : error C2065: 'Ndis802_11AuthModeWPA2PSK'
:
 undeclared identifier
capture_if_details_dlg_win32.c(508) : error C2099: initializer is not a
constant

capture_if_details_dlg_win32.c(508) : warning C4047: 'initializing' : 'guint32'
differs in levels of indirection from 'char [26]'
capture_if_details_dlg_win32.c(519) : error C2065: 'Ndis802_11Automode' :
undecl
ared identifier
capture_if_details_dlg_win32.c(519) : error C2099: initializer is not a
constant

capture_if_details_dlg_win32.c(519) : warning C4047: 'initializing' : 'guint32'
differs in levels of indirection from 'char [5]'
capture_if_details_dlg_win32.c(727) : error C2065: 'OID_802_11_CAPABILITY' :
und
eclared identifier
capture_if_details_dlg_win32.c(727) : error C2099: initializer is not a
constant

capture_if_details_dlg_win32.c(727) : warning C4047: 'initializing' : 'guint32'
differs in levels of indirection from 'char [39]'
capture_if_details_dlg_win32.c(728) : error C2065: 'OID_802_11_PMKID' :
undeclar
ed identifier
capture_if_details_dlg_win32.c(728) : error C2099: initializer is not a
constant

capture_if_details_dlg_win32.c(728) : warning C4047: 'initializing' : 'guint32'
differs in levels of indirection from 'char [34]'


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