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: Evan Huus <eapache@xxxxxxxxx>
Date: Thu, 28 Aug 2014 11:14:16 -0400
On Wed, Aug 27, 2014 at 5:55 PM, Guy Harris <guy@xxxxxxxxxxxx> wrote:
>
> 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.

That works, thanks.

Yet another hint that we *really* shouldn't be storing generated code in git :(