[Wireshark-dev] PDB Files

2010-11-19 Thread Andreas
Where can I get the .PDB files for the Wireshark binaries? They are created in the wireshark-gtk2 directory when you (successfully) compile the sources. I am interested in the libwireshark.pdb and wireshark.pdb of a recent version, i.e. 1.4.1, 1.4.2 and/or 1.2.13. Background: When debugging my

[Wireshark-dev] buildbot failure in Wireshark 1.4 on OSX-10.5-x86

2010-11-19 Thread buildbot-no-reply
The Buildbot has detected a new failure of OSX-10.5-x86 on Wireshark 1.4. Full details are available at: http://buildbot.wireshark.org/trunk-1.4/builders/OSX-10.5-x86/builds/136 Buildbot URL: http://buildbot.wireshark.org/trunk-1.4/ Buildslave for this Build: osx-10.5-x86 Build Reason: Build S

[Wireshark-dev] Wireshark 1.2.13 is now available

2010-11-19 Thread Gerald Combs
I'm proud to announce the release of Wireshark 1.2.13. What is Wireshark? Wireshark is the world's most popular network protocol analyzer. It is used for troubleshooting, analysis, development, and education. What's New Bug Fixes The following vulnerabilities have been fixed. See

[Wireshark-dev] Wireshark 1.4.2 is now available

2010-11-19 Thread Gerald Combs
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I'm proud to announce the release of Wireshark 1.4.2. What is Wireshark? Wireshark is the world's most popular network protocol analyzer. It is used for troubleshooting, analysis, development and education. What's New Bug Fixes The f

Re: [Wireshark-dev] I want to modify the Makefile to add some lib of mysql

2010-11-19 Thread Stephen Fisher
On Fri, Nov 19, 2010 at 08:55:18PM +0800, 刘昆 wrote: > I want to modify the Makefile to add some lib of mysql so that I can > make packet-http.c with some mysql code.How should I do ? Try following the example of other libraries that we use, such as glib or gtk or even c-ares/adns. If you're on

Re: [Wireshark-dev] protocol field declaration

2010-11-19 Thread Stephen Fisher
On Fri, Nov 19, 2010 at 01:28:39PM +0100, Lange Jan-Erik wrote: > I want to have a field in my protocol, that is 18,25 Bytes long (18 > Bytes and 2 Bits aditionally). Which type can I use therefore? > > When I use FT_BYTES I can't use bitmasking for getting the 2 Bits. And > Using FT_INT64 is t

[Wireshark-dev] buildbot failure in Wireshark (development) on OSX-10.5-x86

2010-11-19 Thread buildbot-no-reply
The Buildbot has detected a new failure of OSX-10.5-x86 on Wireshark (development). Full details are available at: http://buildbot.wireshark.org/trunk/builders/OSX-10.5-x86/builds/1731 Buildbot URL: http://buildbot.wireshark.org/trunk/ Buildslave for this Build: osx-10.5-x86 Build Reason: Bui

[Wireshark-dev] buildbot failure in Wireshark (development) on OSX-10.6-x64

2010-11-19 Thread buildbot-no-reply
The Buildbot has detected a new failure of OSX-10.6-x64 on Wireshark (development). Full details are available at: http://buildbot.wireshark.org/trunk/builders/OSX-10.6-x64/builds/1356 Buildbot URL: http://buildbot.wireshark.org/trunk/ Buildslave for this Build: osx-10.6-x64 Build Reason: Bui

[Wireshark-dev] I want to modify the Makefile to add some lib of mysql

2010-11-19 Thread 刘昆
I want to modify the Makefile to add some lib of mysql so that I can make packet-http.c with some mysql code.How should I do ? ___ Sent via:Wireshark-dev mailing list Archives:http://www.wireshark.org/lists/wireshark-d

[Wireshark-dev] protocol field declaration

2010-11-19 Thread Lange Jan-Erik
Hello, I want to have a field in my protocol, that is 18,25 Bytes long (18 Bytes and 2 Bits aditionally). Which type can I use therefore? When I use FT_BYTES I can't use bitmasking for getting the 2 Bits. And Using FT_INT64 is too short for 18 Bytes. How can I realize this field? Best regards

Re: [Wireshark-dev] Problems creating the OsX App

2010-11-19 Thread Dirk Jagdmann
>> Next I tried a "make osx-app". This is also making without errors and then I >> see a Wireshark.app directory is created in packaging/macosx/. However I can >> not start it. Trying to start it with the "wireshark" script in >> packaging/macosx/Wireshark.app/Contents/Resources/bin/ results in: