The package of 1.12.0rc2 is not workign at all.
It seems to be that the developer building it is referencing the wrong library
locations:
dyld: Library not loaded: @rpath/libfiletap.0.dylib
Referenced from:
/Applications/Wireshark.app/Contents/Resources/bin/wireshark-bin
Reason: image not fo
this is actually fixing the @rpath
cd /Applications/Wireshark.app/Contents/Resources/bin
for FILE in *-bin
do
install_name_tool -rpath @executable_path/../Frameworks
@executable_path/../../Frameworks $FILE
done
But launching it does this:
# ./wireshark-bin
(wireshark-bin:7206): GdkPixbuf-WAR
On Sat, Jun 14, 2014 at 01:27:12PM +, Wireshark code review wrote:
> URL:
> https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=e14357032f38416a733596d3f003d51710eb1e52
...
> e143570 by Irene Ruengeler (ruenge...@wireshark.org):
>
> Define INET6 for all platforms.
> Sh