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] r43579 "Generic preference implementation" broken compile

From: Stephen Fisher <steve@xxxxxxxxxxxxxxxxxx>
Date: Fri, 06 Jul 2012 11:55:02 -0600
SVN revision 43579 broke compilation:

prefs_nameres.c: In function 'nameres_prefs_show':
prefs_nameres.c:109: error: 'e_prefs' has no member named 'name_resolve'
prefs_nameres.c:126: error: 'e_prefs' has no member named 'name_resolve'

This is one case of trying to use the variable that no longer exists:

	prefs.name_resolve = gbl_resolv_flags;

I haven't been following these changes recently - is this line still needed or is this a work in progress yet to be completed?