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] Main branch is not compilable if HAVE_KERBEROS is not defined.

From: Jakub Mazur <kubsztal1978@xxxxxxxxx>
Date: Sun, 24 Apr 2016 17:55:01 +0200
Hi,

there is a compilation error when mentioned switch is not defined:

  CC       packet-dcerpc-netlogon.lo
packet-dcerpc-netlogon.c: In function 'get_keytab_as_list':
packet-dcerpc-netlogon.c:6561:46: error: unused parameter 'p_pass_list' [-Werror=unused-parameter]
 static guint32 get_keytab_as_list(md4_pass **p_pass_list, const char* ntlm_pass)
                                              ^
packet-dcerpc-netlogon.c:6561:71: error: unused parameter 'ntlm_pass' [-Werror=unused-parameter]
 static guint32 get_keytab_as_list(md4_pass **p_pass_list, const char* ntlm_pass)

BR