Re: [Wireshark-dev] Lemon crashing on Solaris? (was Re: [Wireshark-commits] buildbot failure in Wireshark (development) on Solaris-10-SPARC)

2013-11-25 Thread Guy Harris
(CCing the list this time.) On Nov 24, 2013, at 5:37 PM, Bálint Réczey bal...@balintreczey.hu wrote: I tried to trigger a crash using GCC and -ftrapv without success while the clang-compiled binary crashed as expected: $ gcc -S -O2 test.c $ mv test.s test.s.noftrapv $

Re: [Wireshark-dev] Lemon crashing on Solaris? (was Re: [Wireshark-commits] buildbot failure in Wireshark (development) on Solaris-10-SPARC)

2013-11-25 Thread Guy Harris
On Nov 25, 2013, at 1:14 AM, Guy Harris g...@alum.mit.edu wrote: I don't know why GCC isn't actually implementing -ftrapv on x86 Well, to be fair, that should be why llvm-gcc isn't ... - llvm-gcc may behave differently from regular gcc in a number of ways, given that the back end is

[Wireshark-dev] GIT mirror does not work correctly

2013-11-25 Thread Michal Labedzki
Hello, For about 3 days, there is a problem to access git mirror. For now - it seems to does not work, but please notice that sometimes (one/twice a day) it work. Previously it works correctly all the time. $ git fetch http://code.wireshark.org/git/wireshark # the same issue for git clone error:

[Wireshark-dev] Wireshark at bluetooth.org

2013-11-25 Thread Michal Labedzki
Hello, I guess Wireshark is enough good tool to sniffing/analyse issues with Bluetooth. Of course work is not done, I will continue work on Bluetooth in Wireshark. I have idea to register Wireshark (to be done by owner) in Bluetooth.org (Bluetooth SIG - organisation developing Bluetooth). It is

[Wireshark-dev] dissect rf5 file

2013-11-25 Thread NOURA lola
I have recently filed a bug concerning dissection of rf5 file .I have gotten an automated build that opens this file. I have tried Tshark (of this version) to have a text file containing the IP packets that I can process with a java program but an error concerning file format occured. Please,

Re: [Wireshark-dev] Lemon crashing on Solaris? (was Re: [Wireshark-commits] buildbot failure in Wireshark (development) on Solaris-10-SPARC)

2013-11-25 Thread Guy Harris
On Nov 24, 2013, at 5:37 PM, Bálint Réczey bal...@balintreczey.hu wrote: I tried to trigger a crash using GCC and -ftrapv without success while the clang-compiled binary crashed as expected: Reproduced with clang on (x86-64) OS X. The problem is in PRIVATE int strhash(const char *x)

Re: [Wireshark-dev] dissect rf5 file

2013-11-25 Thread Guy Harris
On Nov 25, 2013, at 4:04 AM, NOURA lola nowara-8...@hotmail.com wrote: I have gotten an automated build that opens this file. I have tried Tshark (of this version) So if you run tshark -v, the version information it prints is the same as the version information displayed by the Wireshark

Re: [Wireshark-dev] How to replace proto_tree_add_text()

2013-11-25 Thread Michael Lum
Yeah, I looked at the script last week and it didn't help me much. I wrote that dissector about 10 years ago, one of my first, but I'm not sure if it was different from a lot of the others at the time. Michael Lum (michael@starsolutions.commailto:michael@starsolutions.com) | STAR

Re: [Wireshark-dev] Lemon crashing on Solaris? (was Re: [Wireshark-commits] buildbot failure in Wireshark (development) on Solaris-10-SPARC)

2013-11-25 Thread Bálint Réczey
2013/11/25 Guy Harris g...@alum.mit.edu: On Nov 24, 2013, at 5:37 PM, Bálint Réczey bal...@balintreczey.hu wrote: I tried to trigger a crash using GCC and -ftrapv without success while the clang-compiled binary crashed as expected: Reproduced with clang on (x86-64) OS X. The problem is in

Re: [Wireshark-dev] Lemon crashing on Solaris? (was Re: [Wireshark-commits] buildbot failure in Wireshark (development) on Solaris-10-SPARC)

2013-11-25 Thread Guy Harris
On Nov 25, 2013, at 12:00 PM, Bálint Réczey bal...@balintreczey.hu wrote: At least we (you) found a real problem by temporarily enabling the broken -ftrapv. :-) ...with a compiler that actually does something with it. Hopefully the GCC folks will fix this at some point.

Re: [Wireshark-dev] [Wireshark-commits] rev 53363: / /trunk/epan/dissectors/: packet-finger.c packet-whois.c

2013-11-25 Thread Jeff Morriss
Hmm, at least with my subversion if I do: % touch foo % chmod 755 foo % svn add foo foo ends up with svn:executable set. Since tools/svnadd is supposed to take care of all these properties, I modified it to delete svn:executable (even if we end up adding it back a few lines later). On