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

Wireshark-dev: [Wireshark-dev] Compile problems of capture_if_details_dlg_win32.c on MSVC2008EE

From: Ulf Lamping <ulf.lamping@xxxxxx>
Date: Sat, 27 Jun 2009 19:34:59 +0200
Hi!

After updating to the latest SVN, I get:

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

capture_if_details_dlg_win32.c(512) : warning C4047: 'initializing' : 'guint32'
differs in levels of indirection from 'char [5]'
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

...



I've seen the same problem on a MSVC2005 installation.

Any ideas what changed in the last few weeks/months and what to do?

Regards, ULFL