Re: [Wireshark-dev] Undissected packet bytes

2015-02-06 Thread Dario Lombardo
On Fri, Feb 6, 2015 at 7:52 AM, Michal Labedzki michal.labed...@tieto.com wrote: One more hint: if push patch as draft then add reviewer, because draft is invisible for anyone (expect author and reviewers) Alternative command(s) to send to gerrit: git push origin HEAD:refs/drafts/master git

Re: [Wireshark-dev] error initializing git review

2015-02-06 Thread Alexis La Goutte
Hi Ed, It is good ? If no, do you have try to use SSH ? Regards, On Thu, Feb 5, 2015 at 7:32 PM, Graham Bloice graham.blo...@trihedral.com wrote: On 5 February 2015 at 18:02, Ed Beroset bero...@mindspring.com wrote: Graham Bloice wrote: On 5 February 2015 at 17:48, Ed Beroset

Re: [Wireshark-dev] [Wireshark-commits] master 5b62526: OK, try cmake -E copy.

2015-02-06 Thread Evan Huus
The last few days (possibly correlating with this commit or with some other cmake change) my out-of-tree cmake build on OSX has failed to launch the qt gui: --- Application Specific Information: abort() called Thread 0 Crashed:: Dispatch queue: com.apple.main-thread 0 libsystem_kernel.dylib

Re: [Wireshark-dev] [Wireshark-commits] master 5b62526: OK, try cmake -E copy.

2015-02-06 Thread Gerald Combs
Can you try building from scratch? This might be due to g2cae320 and gdeabe64, which enabled then disabled running osx-app.sh on the application bundle. osx-app.sh runs macdeployqt and install_name_tool, both of which rewrite library paths. I was hoping to bring the OS X build in line with the

Re: [Wireshark-dev] [Wireshark-commits] master 5b62526: OK, try cmake -E copy.

2015-02-06 Thread Evan Huus
A combination of `make clean`, `rm -rf run`, and `cmake .` seems to have done the trick, thanks for the suggestions. On Fri, Feb 6, 2015 at 12:25 PM, Gerald Combs ger...@wireshark.org wrote: Can you try building from scratch? This might be due to g2cae320 and gdeabe64, which enabled then