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] Build broken in asn1/x721 (r34777)?

From: Jeff Morriss <jeff.morriss.ws@xxxxxxxxx>
Date: Thu, 04 Nov 2010 11:35:51 -0400
Kaul wrote:
So how *do* I build Wireshark now? It seems to affect the normal build:

You shouldn't be building anything in the asn1 directory unless you mean to be (generally to rebuild those dissectors). The top-level Makefile doesn't descend into asn1.

packet-dcerpc-netlogon.c: In function �get_keytab_as_list�:
packet-dcerpc-netlogon.c:6846:5: error: implicit declaration of function �read_keytab_file_from_preferences�

That's got nothing to do with what's in the asn1 directory.

At first glance it sounds like your packet-kerberos.h was compiled without HAVE_KERBEROS but packet-dcerpc-netlogon.c is compiled with it. Or something like that...