Wireshark mailing list archives

Re: Build broken in asn1/x721 (r34777)?


From: Anders Broman <anders.broman () ericsson com>
Date: Thu, 4 Nov 2010 17:03:03 +0100

Hi,
The asn1 version of kerberos is not completed and no to be used...
You should revert packet-kerberos.[ch]
Regards
Anders

________________________________
From: wireshark-dev-bounces () wireshark org [mailto:wireshark-dev-bounces () wireshark org] On Behalf Of Kaul
Sent: den 4 november 2010 16:57
To: Developer support list for Wireshark
Subject: Re: [Wireshark-dev] Build broken in asn1/x721 (r34777)?



On Thu, Nov 4, 2010 at 5:35 PM, Jeff Morriss <jeff.morriss.ws<http://jeff.morriss.ws>@gmail.com<http://gmail.com>> 
wrote:
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.

Indeed - I was trying (still am) to fix a bug in ldap.


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.

I think it is.
packet-kerberos.h is created automatically by the ASN.1 dissector. Since its make failed, this failed.
manually building it (../../tools/asn2wrs.py -b -e -p kerberos -c ./kerberos.cnf -s ./packet-kerberos-template -D . 
KerberosV5Spec2.asn k5.asn) fixed this.
Y.



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...
___________________________________________________________________________
Sent via:    Wireshark-dev mailing list <wireshark-dev () wireshark org<mailto:wireshark-dev () wireshark org>>
Archives:    http://www.wireshark.org/lists/wireshark-dev
Unsubscribe: https://wireshark.org/mailman/options/wireshark-dev
            mailto:wireshark-dev-request () wireshark org<mailto:wireshark-dev-request () wireshark 
org>?subject=unsubscribe

___________________________________________________________________________
Sent via:    Wireshark-dev mailing list <wireshark-dev () wireshark org>
Archives:    http://www.wireshark.org/lists/wireshark-dev
Unsubscribe: https://wireshark.org/mailman/options/wireshark-dev
             mailto:wireshark-dev-request () wireshark org?subject=unsubscribe

Current thread: