Discussion:
Wireshark 1.12.0rc3 for OS X 64bits is not really 64 bits ?
Fabrice Gautier
2014-07-24 00:09:17 UTC
Permalink
Hi,

I downloaded the 64bit OS X installer for 1.12.0rc3, and after
installing, it is still asking me for X11, when I was expecting the QT
version.

My understanding is that the QT version is only in the 64 bits
version, and after looking up what was installed, it seems that the
main Wireshark binary is a 32 bit binary, so i'm suspecting I'm not
getting what I'm supposed to get from the download link.

Anybody else was able to get the OS X, QT version of 1.12.0rc3 ?

Thanks

-- Fabrice
___________________________________________________________________________
Sent via: Wireshark-users mailing list <wireshark-users-IZ8446WsY0/***@public.gmane.org>
Archives: http://www.wireshark.org/lists/wireshark-users
Unsubscribe: https://wireshark.org/mailman/options/wireshark-users
mailto:wireshark-users-request-IZ8446WsY0/***@public.gmane.org?subject=unsubscribe
Guy Harris
2014-07-24 01:24:52 UTC
Permalink
Post by Fabrice Gautier
I downloaded the 64bit OS X installer for 1.12.0rc3, and after
installing, it is still asking me for X11, when I was expecting the QT
version.
The port to Qt is incomplete, and lacks enough capabilities that it's not ready to be an official release yet, so 1.12 is being built as a GTK+/X11 application for OS X.
Post by Fabrice Gautier
My understanding is that the QT version is only in the 64 bits
version,
Neither the 32-bit version of 1.12 for OS X nor the 64-bit version of 1.12 for OS X are Qt applications; they're both GTK+/X11 applications.

I think we're building the "1.99" trunk development versions with Qt; both 32-bit and 64-bit versions of that are available at

http://www.wireshark.org/download/automated/osx/
Post by Fabrice Gautier
and after looking up what was installed, it seems that the
main Wireshark binary is a 32 bit binary,
The "main Wireshark binary", in the sense of "the program that's in /Applications/Wireshark.app/Contents/MacOS/Wireshark" is, in all the GTK+/X11 versions, a small wrapper program that runs the *real* Wireshark binary, in /Applications/Wireshark.app/Contents/Resources/bin/wireshark-bin.

/Applications/Wireshark.app/Contents/MacOS/Wireshark is built 32-bit, but it doesn't do very much, so that would only be an issue if Apple ever dropped support for 32-bit x86; we will probably have switched to Qt by the time that happens. /Applications/Wireshark.app/Contents/Resources/bin/wireshark-bin is built 32-bit in the 32-bit package and 64-bit in the 64-bit package.
Post by Fabrice Gautier
so i'm suspecting I'm not
getting what I'm supposed to get from the download link.
Anybody else was able to get the OS X, QT version of 1.12.0rc3 ?
Yes. It can be found here:

https://2.na.dl.wireshark.org/src/wireshark-1.12.0rc3.tar.bz2

You will need a tool named "gcc" or "clang" to install it. :-)

(I.e., if you want a Qt version of 1.12, you will need to build it from the source code. We're not providing binary packages of the Qt version.)

___________________________________________________________________________
Sent via: Wireshark-users mailing list <wireshark-users-IZ8446WsY0/***@public.gmane.org>
Archives: http://www.wireshark.org/lists/wireshark-users
Unsubscribe: https://wireshark.org/mailman/options/wireshark-users
mailto:wireshark-users-request-IZ8446WsY0/***@public.gmane.org?subject=unsubscribe
Loading...