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

Wireshark-commits: [Wireshark-commits] rev 41924: /trunk/epan/dissectors/ /trunk/epan/dissectors/:

Date: Wed, 04 Apr 2012 12:49:09 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=41924

User: etxrab
Date: 2012/04/04 05:49 AM

Log:
 Try to fix:
 packet-eap.c: At top level:
 packet-eap.c:150: error: static declaration of ‘eap_sim_subtype_vals’ follows non-static declaration
 ../../epan/eap.h:62: note: previous declaration of ‘eap_sim_subtype_vals’ was here
 packet-eap.c:159: error: static declaration of ‘eap_aka_subtype_vals’ follows non-static declaration
 ../../epan/eap.h:72: note: previous declaration of ‘eap_aka_subtype_vals’ was here
 packet-eap.c: In function ‘dissect_eap’:
 packet-eap.c:668: warning: request for implicit conversion from ‘void *’ to ‘struct conv_state_t *’ not permitted in C++
 packet-eap.c:673: warning: request for implicit conversion from ‘void *’ to ‘struct conv_state_t *’ not permitted in C++
 packet-eap.c:866: warning: request for implicit conversion from ‘void *’ to ‘struct frame_state_t *’ not permitted in C++
 packet-eap.c:927: warning: request for implicit conversion from ‘void *’ to ‘struct frame_state_t *’ not permitted in C++
 packet-eap.c:1048: warning: request for implicit conversion from ‘void *’ to ‘struct frame_state_t *’ not permitted in C++
 packet-eap.c:1067: warning: request for implicit conversion from ‘void *’ to ‘struct frame_state_t *’ not permitted in C++

Directory: /trunk/epan/dissectors/
  Changes    Path            Action
  +8 -8      packet-eap.c    Modified