Re: [Wireshark-dev] Unavailbility of GTK+ for compiling source code(1.10.3)

2013-12-13 Thread Anders Broman
Hi, el5 is probably too old, consider updating to a more modern version. Regards Anders From: wireshark-dev-boun...@wireshark.org [mailto:wireshark-dev-boun...@wireshark.org] On Behalf Of Rahul Rohit Sent: den 13 december 2013 08:49 To: wireshark-dev@wireshark.org Subject: [Wireshark-dev]

Re: [Wireshark-dev] Unavailbility of GTK+ for compiling source code(1.10.3)

2013-12-13 Thread Joerg Mayer
Hello, On Fri, Dec 13, 2013 at 01:18:42PM +0530, Rahul Rohit wrote: In order to compile the wireshark 1.10.3 version on my machine, I require GTK + = 2.12. I tried to search it over the internet but that didn't help. Can somebody please tell me any source from where I can get the package

Re: [Wireshark-dev] Error while installing wireshark 1.10.3

2013-12-13 Thread Vishnu Bhatt
Hello, Thanks for the help. After replacing the Wireshark.spec.in file from 1.8.6 to 1.10.3, my system was able to locate Wireshark. Actually in 1.10.3, Wireshark.spec.in does not keep the wireshark exe by default at /usr/bin, instead it installs them to the path given by --prefix which was

Re: [Wireshark-dev] Add -Wdocumentation

2013-12-13 Thread Alexis La Goutte
Hi, On Mon, Dec 9, 2013 at 5:58 PM, Bálint Réczey bal...@balintreczey.huwrote: 2013/12/9 Joerg Mayer jma...@loplof.de: On Fri, Dec 06, 2013 at 03:38:08PM +0100, Alexis La Goutte wrote: I plan to add -Wdocumentation [1] by default to Wireshark (when build with Clang). I have already fix

Re: [Wireshark-dev] Add -Wdocumentation

2013-12-13 Thread Bálint Réczey
Hi, 2013/12/13 Alexis La Goutte alexis.lagou...@gmail.com: Hi, On Mon, Dec 9, 2013 at 5:58 PM, Bálint Réczey bal...@balintreczey.hu wrote: 2013/12/9 Joerg Mayer jma...@loplof.de: On Fri, Dec 06, 2013 at 03:38:08PM +0100, Alexis La Goutte wrote: I plan to add -Wdocumentation [1] by

[Wireshark-dev] r54005 by wmeier for packet-mq.c and packet-mq-pcf.c

2013-12-13 Thread RobiOneKenobi
Reformat hf[] entries ? Why, now all seems no more aligned for me, and your reformat also left spaces between text and comma. I do not agree with such reformat, as it seems less readable as the one I've put in. I like to have some parts aligned to an ease of use for to have the same

Re: [Wireshark-dev] r54005 by wmeier for packet-mq.c and packet-mq-pcf.c

2013-12-13 Thread Bill Meier
On 12/13/2013 12:21 PM, RobiOneKenobi wrote: Reformat hf[] entries ? Why, now all seems no more aligned for me, and your reformat also left spaces between text and comma. You're right; I was sloppy about leaving spaces between the text and the comma. :) I do not agree with such

[Wireshark-dev] Fuzz-test exit status

2013-12-13 Thread Evan Huus
I want to change the exit status of the exit_error() function in test-common.sh from 1 to 255, as that is the value that will prevent xargs from processing further input. Currently running ... | xargs ./tools/fuzz-test.sh will not stop on an error since xargs will catch it and just keep going. I

[Wireshark-dev] Where is packet-isdn-sup-table31.c?

2013-12-13 Thread Christopher Maynard
In asn1/isdn-sup/packet-isdn-sup-template.c at line 110, there is: #include packet-isdn-sup-table31.c I'm unable to locate this file. Can someone more familiar with asn1 dissectors point me in the right direction? Thanks, Chris

Re: [Wireshark-dev] Fuzz-test exit status

2013-12-13 Thread Gerald Combs
On 12/13/13 1:35 PM, Evan Huus wrote: I want to change the exit status of the exit_error() function in test-common.sh from 1 to 255, as that is the value that will prevent xargs from processing further input. Currently running ... | xargs ./tools/fuzz-test.sh will not stop on an error since

Re: [Wireshark-dev] Where is packet-isdn-sup-table31.c?

2013-12-13 Thread Bálint Réczey
cmake ... make -C asn1/isdn-sup/ generated it for me in asn1/isdn-sup/ Cheers, Balint 2013/12/13 Christopher Maynard christopher.mayn...@gtech.com: In asn1/isdn-sup/packet-isdn-sup-template.c at line 110, there is: #include packet-isdn-sup-table31.c I'm unable to locate this file. Can

Re: [Wireshark-dev] Where is packet-isdn-sup-table31.c?

2013-12-13 Thread Maynard, Chris
Hmm, I'm on Windows 7 x64 using nmake and it never gets generated. I must be missing something, but I'm out of time for today. -Original Message- From: wireshark-dev-boun...@wireshark.org [mailto:wireshark-dev-boun...@wireshark.org] On Behalf Of Bálint Réczey Sent: Friday, December 13,

[Wireshark-dev] text2pcap enhancements

2013-12-13 Thread Alex Tomlinson
I needed a way to create realistic TCP PCAP files from text files, so I updated text2pcap with the following new command-line options: IP dummy header fields: --ip-addrs src,dst Set source and destination addresses. --ip-id id Identification value for dummy IP header.

[Wireshark-dev] UCS-2 vs. UTF-16?

2013-12-13 Thread Guy Harris
Currently, we have separate encoding values for UCS-2 (Unicode code points between 0 and 65535, represented as 2-byte sequences) and UTF-16 (all of Unicode, with code points 65535 represented as surrogate pairs). Is there any reason to support UCS-2 (in which, presumably, code points in the