Wireshark mailing list archives

Wireshark SVN does not build on Ubuntu 64bit (gtk/expert_dlg.c)


From: Roland Knall <rknall () gmail com>
Date: Tue, 22 Mar 2011 15:50:52 +0100

Hello

On my system, Wireshark does not build anymore since revision 36235.
The reason for this is the move of the struct expert_tapdata_s from
gtk/expert_dlg.h to gtk/expert_comp_dlg.c .

The stump, which was left on gtk/expert_dlg.h does not work, as
gtk/expert_dlg.c needs to use some members of the struct, and cannot
do so, as to insufficient declaration for this struct.

Moving the complete struct back to expert_dlg.h and adding a #include
to that header in expert_comp_dlg.c solves this issue.

I attached a corrsponding patch, but, am I missing something here?
Should it work?

btw, my system is a fresh setup, everything directly out of the box
Ubuntu 10.10 64bit.

kind regards,
Roland
------------------
Tshark -v output:
Compiled (64-bit) with GLib 2.26.1, with libpcap 1.1.1, with libz 1.2.3.4, with
POSIX capabilities (Linux), without libpcre, with SMI 0.4.8, with c-ares 1.7.3,
with Lua 5.1, with Python, with GnuTLS 2.8.6, with Gcrypt 1.4.5, with MIT
Kerberos, with GeoIP.

Running on Linux 2.6.35-28-generic, with libpcap version 1.1.1, with libz
1.2.3.4.

Built using gcc 4.4.5.

Attachment: wireshark_expert_dlg.patch
Description:

___________________________________________________________________________
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: