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] [Wireshark-commits] master d04ec41: Use FreeRADIUS's warning

From: Guy Harris <guy@xxxxxxxxxxxx>
Date: Wed, 27 Aug 2014 14:55:56 -0700
On Aug 27, 2014, at 2:28 PM, Evan Huus <eapache@xxxxxxxxx> wrote:

> I still get warnings-turned-errors when building with cmake with this change:
> 
> ../../asn1/kerberos/packet-kerberos-template.c:299:9: error:
> 'krb5_init_context' is deprecated: use GSS.framework
> [-Werror,-Wdeprecated-declarations]
> 
> Is there anything I need to tweak in the cmake files somewhere?

No, but you need to tweak the brain of the person who made that change to get him to remember that changing asn1/XXX/packet-XXX-template.c isn't sufficient to fix the dissector - you have to do "make" in the asn1/XXX directory.

Try checking out the latest code.