Re: [Wireshark-dev] Next release?

2007-04-12 Thread Anders Broman
Hi, As Luis noted: Everyone that has touched the dfilter engine after the forking of 0.99.5 (20465) must take a look at http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1521 http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1521 because a nasty crash has being introduced since then. My

[Wireshark-dev] Wireshark installation problems in solaris

2007-04-12 Thread arthy geraldin
Hi, I'm using the wireshark 0.99.5 version for installing in Solaris. The messages I got during configure are in the attached file config.text After configure when I give a make I get the following error.But as far as I know the configuration is correct. /home1/ci/local/bin/perl

[Wireshark-dev] Wireshark installation problems in solaris

2007-04-12 Thread arthy geraldin
Hi, I'm using the wireshark 0.99.5 version for installing in Solaris. The messages I got during configure are in the attached file config.text After configure when I give a make I get the following error.But as far as I know the configuration is correct. /home1/ci/local/bin/perl

Re: [Wireshark-dev] windows buildbot problem

2007-04-12 Thread Graham Bloice
Ulf Lamping wrote: Richard van der Hoff wrote: and the test executables need proper manifests. Uh huh. What does that involve? Sorry to ask stupid questions - I really am a bit of a newbie when it comes to building things for windows; I've been somewhat stabbing in the dark to even

Re: [Wireshark-dev] windows buildbot problem

2007-04-12 Thread Gerhard Gappmeier
It's a good idea with VC8 to embed the manifest. So you don't need to copy it along with the exe. mt.exe -nologo -manifest yourprog.intermediate.manifest -outputresource:yourprog.exe;1 regards Gerhard. Graham Bloice schrieb: Ulf Lamping wrote: Richard van der Hoff wrote: and the

[Wireshark-dev] plugin / wireshark versions

2007-04-12 Thread Lars Worsaae
Should be possible to reuse a plugin dll with multiple version of wireshark? Without recompiling it - that is. Or does my users have to select specific plugins for specific wireshark distributions I made a dissector plugin with 0.99.6 and it works almost with 0.99.5 The only problem is that

[Wireshark-dev] Windows GTK2 build - colour problem

2007-04-12 Thread Andrew Hood
A little while back there was a discussion of GTK2 stuffing up the colour map on Windows. e.g. all black text is being displayed in white, which is really hard to read on a white background. I thought the GTK libs on the buildbot were updated to fix it. Both 0.99.5 release and SVN as of

Re: [Wireshark-dev] Next release?

2007-04-12 Thread Luis Ontanon
Other than these I think http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1531 should be addressed as well, Although its consequences aren't fatal It looks very ugly. On 4/12/07, Anders Broman [EMAIL PROTECTED] wrote: Hi, As Luis noted: Everyone that has touched the dfilter engine

[Wireshark-dev] packet-sqloracle.c

2007-04-12 Thread Gisle Vanem
I know this dissector isn't in any makefile, but I'd like to try it anyway. I added the file to the build of libwireshark.dll, but got an assert in epan/packet.c at line 674 (sub_dissectors == NULL). Should this file be removed from svn until fixed? Or fixed before the next release? I'm not in

[Wireshark-dev] win32 step-by-step guide inaccurate

2007-04-12 Thread Sebastien Tandel
Hi, I'm installing the dev tools on a windows box for wireshark but there is a slight problem of coherence in the win32 step-by-step guide. When talking about the installation of python, we're guided to python2.5 but the verify_tools cmd is checking if python is present in the c:\python24

Re: [Wireshark-dev] plugin / wireshark versions

2007-04-12 Thread Sebastien Tandel
Hi, Should be possible to reuse a plugin dll with multiple version of wireshark? possible but take a look at guy's explanation on the subject http://www.wireshark.org/lists/wireshark-dev/200701/msg03851.html Regards, Sebastien Tandel ___

Re: [Wireshark-dev] packet-sqloracle.c

2007-04-12 Thread Sebastien Tandel
Gisle Vanem wrote: I know this dissector isn't in any makefile, but I'd like to try it anyway. I added the file to the build of libwireshark.dll, but got an assert in epan/packet.c at line 674 (sub_dissectors == NULL). It's normal as sqloracle tries to attach itself on a field which does

[Wireshark-dev] packet-ssl

2007-04-12 Thread Sebastien Tandel
Hi, there are a few unused parameters in process_ssl_payload function. Is there someone working on it and wanting to use them in a /very/ near future? For now, I let these parameters with the _U_ flag (but only for a few days :)). Regards, Sebastien Tandel

Re: [Wireshark-dev] Including ASN.1 format coding in a C dissector

2007-04-12 Thread taraniteja.vishwanatha
Hi Anders, Thanks for the information. The dissector is propreitary , hence I cant include it in Wireshark. I will include RANAP messages in the way you have mentioned. But then , I will have a tough time forming packets for testing . Any clue how can I form the packets. Thanks in

Re: [Wireshark-dev] [Patch] native little endian ipv4 decoding function for the lua plugin

2007-04-12 Thread Balint Reczey (IJ/ETH)
Hi Luis, Thanks, it works perfectly. I would like to handle the rare situation of Little Endian encoded IP addresses, so i added a function which reads the address with tvb_get_ipv4(), then swaps the bytes before SET_ADDRESS(). Could you commit it, too? Regards, Balint From: Luis Ontanon

[Wireshark-dev] packet-sqloracle.c

2007-04-12 Thread Gisle Vanem
I tried adding this file to the build of libwireshark.dll, but got an assert in epan/packet.c at line 674 (sub_dissectors == NULL). I know this dissector isn't in any makefile, but I'd like to try it anyway. Should this file be removed from svn until fixed? Or fixed before the next release? I'm

[Wireshark-dev] New dissector: PRP

2007-04-12 Thread Glattfelder Christoph \(glc\)
Dear developers, I added a new dissector for PRP (Parallel Redundancy Protocol), currently specified in the IEC65C462CDV draft (IEC62439). The patch is attached. Changed files: - packet-prp.c: new file with the dissector - Makefile.common: added packet-prp.c to DISSECTOR_SRC I already sent the

Re: [Wireshark-dev] Including ASN.1 format coding in a C dissector

2007-04-12 Thread Anders Broman
Hi, You can use text2pcap but you still need to code the message your self unless you have some sample Messages you can paste together. Like RANAP messages from some other trace with the IE:s your after. Best regards Anders _ Från: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] För

[Wireshark-dev] wrong column display in updated source

2007-04-12 Thread Nina Pham
Hi I just did a svn update on the source, and rebuild it which include my old plugin code, and copy my new built dll plugin to wireshark 0.99.5. Now thing used to be displayed in protocol column are display in info column, and things supposed to be displayed in info column (COL_INFO) never

Re: [Wireshark-dev] [Patch] native little endian ipv4 decoding function for the lua plugin

2007-04-12 Thread Luis Ontanon
Committed revision 21397. On 4/12/07, Balint Reczey (IJ/ETH) [EMAIL PROTECTED] wrote: Hi Luis, Thanks, it works perfectly. I would like to handle the rare situation of Little Endian encoded IP addresses, so i added a function which reads the address with tvb_get_ipv4(), then swaps the bytes

Re: [Wireshark-dev] packet-sqloracle.c

2007-04-12 Thread Joerg Mayer
On Thu, Apr 12, 2007 at 04:09:34PM +0200, Gisle Vanem wrote: I know this dissector isn't in any makefile, but I'd like to try it anyway. I added the file to the build of libwireshark.dll, but got an assert in epan/packet.c at line 674 (sub_dissectors == NULL). Should this file be removed

Re: [Wireshark-dev] Windows GTK2 build - colour problem

2007-04-12 Thread Jeff Morriss
Andrew Hood wrote: A little while back there was a discussion of GTK2 stuffing up the colour map on Windows. e.g. all black text is being displayed in white, which is really hard to read on a white background. I thought the GTK libs on the buildbot were updated to fix it. The GTK version

Re: [Wireshark-dev] wrong column display in updated source

2007-04-12 Thread Jeff Morriss
Nina Pham wrote: Hi I just did a svn update on the source, and rebuild it which include my old plugin code, and copy my new built dll plugin to wireshark 0.99.5. Now thing used to be displayed in protocol column are display in info column, and things supposed to be displayed in info column

Re: [Wireshark-dev] windows buildbot problem

2007-04-12 Thread Bill Meier
SNIP Results of running the tests $tvbtest :( 02: Failed TVB=Small 0 No BoundsError when retrieving 17 bytes 02: Failed TVB=Small 1 No BoundsError when retrieving 17 bytes 02: Failed TVB=Small 2 No BoundsError when retrieving 17 bytes 02: Failed TVB=Large 0 No BoundsError when

Re: [Wireshark-dev] wrong column display in updated source

2007-04-12 Thread Nina Pham
I'm using svn to get my source, can you tell me which revision I should go back to get source for 0.99.5? Jeff Morriss wrote: Nina Pham wrote: Hi I just did a svn update on the source, and rebuild it which include my old plugin code, and copy my new built dll plugin to wireshark

Re: [Wireshark-dev] wrong column display in updated source

2007-04-12 Thread Jeff Morriss
I think you'd have to change SVN sources from trunk/ to releases/wireshark-0.99.5/ Nina Pham wrote: I'm using svn to get my source, can you tell me which revision I should go back to get source for 0.99.5? Jeff Morriss wrote: Nina Pham wrote: Hi I just did a svn update on the

Re: [Wireshark-dev] wrong column display in updated source

2007-04-12 Thread Stephen Fisher
On Thu, Apr 12, 2007 at 10:05:13PM -0700, Nina Pham wrote: I'm using svn to get my source, can you tell me which revision I should go back to get source for 0.99.5? It's easiest to check out the URL for its release: http://anonsvn.wireshark.org/wireshark/releases/wireshark-0.99.5/ Steve