Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-dev: Re: [Wireshark-dev] error in compiling the wireshark 1.26 version

From: Jakub Zawadzki <darkjames@xxxxxxxxxxxxxxxx>
Date: Tue, 23 Mar 2010 10:55:33 +0100
On Tue, Mar 23, 2010 at 11:29:22AM +0200, Avi Tkuma wrote:
> Hello,
> I'm trying to compile the 1.26 version of wireshark and encounterd with the

> capture_if_details_dlg_win32.c
> capture_if_details_dlg_win32.c(512) : error C2065: 'Ndis802_11AuthModeWPA2' : undeclared identifier
> capture_if_details_dlg_win32.c(512) : error C2099: initializer is not a constant
> 
> capture_if_details_dlg_win32.c(513) : error C2065: 'Ndis802_11AuthModeWPA2PSK' : undeclared identifier
> capture_if_details_dlg_win32.c(513) : error C2099: initializer is not a constant
> 
> capture_if_details_dlg_win32.c(524) : error C2065: 'Ndis802_11Automode' : undeclared identifier
> capture_if_details_dlg_win32.c(524) : error C2099: initializer is not a constant
> 
> capture_if_details_dlg_win32.c(732) : error C2065: 'OID_802_11_CAPABILITY' : undeclared identifier
> capture_if_details_dlg_win32.c(732) : error C2099: initializer is not a constant
> 
> capture_if_details_dlg_win32.c(733) : error C2065: 'OID_802_11_PMKID' : undeclared identifier
> capture_if_details_dlg_win32.c(733) : error C2099: initializer is not a constant

It's already been fixed in r28879 (bug 3439)

> can you please advice?

You can apply patch from http://anonsvn.wireshark.org/viewvc/trunk/gtk/capture_if_details_dlg_win32.c?r1=28879&r2=28878&pathrev=28879&view=patch
or get newest wireshark sources from svn :)

Cheers.