Re: [Wireshark-dev] Linking on OSX Sierra

2016-12-29 Thread Alexis La Goutte
Hi, It is a issue with CoreFoundation Framework (don't build with gcc6) http://stackoverflow.com/a/41101276 Cheers On Thu, Dec 29, 2016 at 11:18 AM, Not Me wrote: > I wonder if you all build using clang? > > I use gcc6 (qt5 version 5.7.0, all installed using home brew), and get the > below c

Re: [Wireshark-dev] Linking on OSX Sierra

2016-12-29 Thread Not Me
I wonder if you all build using clang? I use gcc6 (qt5 version 5.7.0, all installed using home brew), and get the below compilation issue on Sierra (and likely since my recent upgrade to Sierra). Any ideas? Thanks! cd /Users/itisntme6/data/wireshark/wireshark/build/wsutil && /usr/local/opt/gcc/b

Re: [Wireshark-dev] Linking on OSX Sierra

2016-10-21 Thread Francisco Javier Sanchez-Roselly
hi Jaap, > On 21 Oct 2016, at 14:28, Jaap Keuter wrote: > > Hi Francisco, > > That looks to me that the Wireshark splash image isn’t properly packed. There > are two version of it, one standard (called wssplash.png) which is used in > the released versions, and one development (called wssplas

Re: [Wireshark-dev] Linking on OSX Sierra

2016-10-21 Thread Jaap Keuter
Hi Francisco, That looks to me that the Wireshark splash image isn’t properly packed. There are two version of it, one standard (called wssplash.png) which is used in the released versions, and one development (called wssplash_dev.png) which is used in the development versions. Somehow the appl

Re: [Wireshark-dev] Linking on OSX Sierra

2016-10-20 Thread Francisco Javier Sanchez-Roselly
hi Me (All): > On 13 Oct 2016, at 22:49, Francisco Javier Sanchez-Roselly > wrote: > > hi All, > > i have been following the thread as it was impossible for me to install > Wireshark from the sources in Sierra -the previous El Capitan installation > worked nicely-. > > i have tried the step

Re: [Wireshark-dev] Linking on OSX Sierra

2016-10-13 Thread Francisco Javier Sanchez-Roselly
hi All, i have been following the thread as it was impossible for me to install Wireshark from the sources in Sierra -the previous El Capitan installation worked nicely-. i have tried the steps described in README.macos, afterwards i have installed the ‘required' ports but my install hangs bec

Re: [Wireshark-dev] Linking on OSX Sierra

2016-10-12 Thread Graham Bloice
On 12 October 2016 at 20:15, Evan Huus wrote: > On Wed, Oct 12, 2016 at 3:04 PM, Guy Harris wrote: > > On Oct 12, 2016, at 11:41 AM, Jeff Morriss > wrote: > > > >> Just for fun I did a quick search for that Usage output (minus the > "Wireshark" prefix which is clearly $0) and found this program

Re: [Wireshark-dev] Linking on OSX Sierra

2016-10-12 Thread Evan Huus
On Wed, Oct 12, 2016 at 3:04 PM, Guy Harris wrote: > On Oct 12, 2016, at 11:41 AM, Jeff Morriss wrote: > >> Just for fun I did a quick search for that Usage output (minus the >> "Wireshark" prefix which is clearly $0) and found this program which has >> that exact output: >> >> https://github.c

Re: [Wireshark-dev] Linking on OSX Sierra

2016-10-12 Thread Guy Harris
On Oct 12, 2016, at 11:41 AM, Jeff Morriss wrote: > Just for fun I did a quick search for that Usage output (minus the > "Wireshark" prefix which is clearly $0) and found this program which has that > exact output: > > https://github.com/the-tcpdump-group/libpcap/blob/master/tests/capturetest.

Re: [Wireshark-dev] Linking on OSX Sierra

2016-10-12 Thread Jeff Morriss
On Tue, Oct 11, 2016 at 9:38 AM, Evan Huus wrote: > On Fri, Oct 7, 2016 at 7:14 PM, Guy Harris wrote: > > On Oct 7, 2016, at 4:03 PM, Gerald Combs wrote: > > > >> On 10/7/16 7:45 AM, Evan Huus wrote: > >>> Hey all, recently upgrade my mac to Sierra and tried to revive my > >>> wireshark build e

Re: [Wireshark-dev] Linking on OSX Sierra

2016-10-11 Thread Evan Huus
On Fri, Oct 7, 2016 at 7:14 PM, Guy Harris wrote: > On Oct 7, 2016, at 4:03 PM, Gerald Combs wrote: > >> On 10/7/16 7:45 AM, Evan Huus wrote: >>> Hey all, recently upgrade my mac to Sierra and tried to revive my >>> wireshark build environment. I got it compiling (out-of-tree cmake) >>> and most

Re: [Wireshark-dev] Linking on OSX Sierra

2016-10-08 Thread Roland Knall
Just a quick info, I am running on Sierra as well, and had to update Xcode as well as the command-line utilities. Wireshark build s and runs fine here. Fyi, I am using Qt5.7 and ports regards Roland On Sat, Oct 8, 2016 at 1:14 AM, Guy Harris wrote: > On Oct 7, 2016, at 4:03 PM, Gerald Combs w

Re: [Wireshark-dev] Linking on OSX Sierra

2016-10-07 Thread Guy Harris
On Oct 7, 2016, at 4:03 PM, Gerald Combs wrote: > On 10/7/16 7:45 AM, Evan Huus wrote: >> Hey all, recently upgrade my mac to Sierra and tried to revive my >> wireshark build environment. I got it compiling (out-of-tree cmake) >> and most of the tools (tshark) etc seem to work, but: >> >> $ ./ru

Re: [Wireshark-dev] Linking on OSX Sierra

2016-10-07 Thread Gerald Combs
On 10/7/16 7:45 AM, Evan Huus wrote: > Hey all, recently upgrade my mac to Sierra and tried to revive my > wireshark build environment. I got it compiling (out-of-tree cmake) > and most of the tools (tshark) etc seem to work, but: > > $ ./run/wireshark > Listening on en0 > 155 packets seen, 155 pa

[Wireshark-dev] Linking on OSX Sierra

2016-10-07 Thread Evan Huus
Hey all, recently upgrade my mac to Sierra and tried to revive my wireshark build environment. I got it compiling (out-of-tree cmake) and most of the tools (tshark) etc seem to work, but: $ ./run/wireshark Listening on en0 155 packets seen, 155 packets counted after pcap_dispatch returns ... No U