[Wireshark-dev] Packaging of 1.12.0rc2 under OS X not working

2014-06-14 Thread Andreas Fink
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

Re: [Wireshark-dev] Packaging of 1.12.0rc2 under OS X not working

2014-06-14 Thread Andreas Fink
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

Re: [Wireshark-dev] [Wireshark-commits] master e143570: Define INET6 for all platforms. Show the addresses as a tooltip in capture interfaces.

2014-06-14 Thread Joerg Mayer
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