Re: [Wireshark-dev] newbie build problem with python

2006-09-18 Thread Anders Broman \(AL/EAB\)
Hi, Try to use Cygwins Python. Brg Anders From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Shelly CadoraSent: den 17 september 2006 01:57To: wireshark-dev@wireshark.orgSubject: [Wireshark-dev] newbie build problem with python Hi, Trying to build wireshark for the first

Re: [Wireshark-dev] [patch] new dissector for linux packet kernel generator

2006-09-18 Thread Jaap Keuter
Hi, Checked in with some changes. - replace Licepnse with License (how did that happen! ;) - removed DBG stuff - added data dissector i.s.o just printing the number of bytes. Thanx, Jaap On Thu, 14 Sep 2006, Francesco Fondelli wrote: Hi all, You find attached a patch file (against svn

Re: [Wireshark-dev] [patch] YMSG dissector update

2006-09-18 Thread Jaap Keuter
Hi, This patch turns over the yahoo_status stuff completely. Sounds not very backwards compatible to me? Thanx, Jaap On Thu, 14 Sep 2006, Gena01 wrote: I am Yahoo plugin developer for Miranda IM http://www.miranda-im.org I have put together a patch for YMSG packet dissector. This is based

Re: [Wireshark-dev] using wireshark as Dll

2006-09-18 Thread Jaap Keuter
Hi, Well, you can look into libwireshark.dll. That was the idea, to have the dissection stuff done in there and presentation outside. I'm not aware of anyone using it this way right now, so your millage may vary. If you collect your experiences in a Wiki page, that would be nice. Thanx, Jaap On

Re: [Wireshark-dev] using wireshark as Dll

2006-09-18 Thread Ulf Lamping
Well, you can look into libwireshark.dll. That was the idea, to have the dissection stuff done in there and presentation outside. I'm not aware of anyone using it this way right now, so your millage may vary. If you collect your experiences in a Wiki page, that would be nice. You should

Re: [Wireshark-dev] newbie build problem with python

2006-09-18 Thread Ulf Lamping
Try to use Cygwins Python. I'm using cygwin's python and sometimes also get this error. This seems to be a Makefile problem (a dependency? still don't know a real solution to it). Try to build some of the subtargets first, e.g.: nnmake -f Makefile.nmake doc usually helps me around.

Re: [Wireshark-dev] using wireshark as Dll

2006-09-18 Thread Kukosa, Tomas
It is used e.g. in Packetyzer www.packetyzer.com -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Jaap Keuter Sent: Monday, September 18, 2006 11:47 AM To: Developer support list for Wireshark Subject: Re: [Wireshark-dev] using wireshark as Dll Hi,

Re: [Wireshark-dev] Feedback: Wireshark User's Guide

2006-09-18 Thread Ulf Lamping
As a user, I have read the user guide completely twice. I was hoping that the 2nd time around would make it easier. I don’t know that I can tell you what is missing however I can tell you what types of questions remain vague even after reading the manual twice, the entire WIKI twice and

Re: [Wireshark-dev] [patch] new dissector for linux packet kernel generator

2006-09-18 Thread Francesco Fondelli
On 9/18/06, Jaap Keuter [EMAIL PROTECTED] wrote: Hi, Checked in with some changes. - replace Licepnse with License (how did that happen! ;) Oh joy, shame on me! packet-dcp.c packet-dcp.h packet-icep.c are affected too It was a monkey typing replace-regexp on emacs ;-)) please fix it Thanx,

[Wireshark-dev] tshark fails to capture packet on IB interface

2006-09-18 Thread Sharma, Karun
Hi: I am trying to capture packets on Infiniband interface but getting error (see below). tshark is working fine for eth0 interface. I am using 0.99.4 version and RHEL4 up3 x86_64 machine. Is there any known solution/workaround for this issue? Can you please send me a patch to solve this issue.

Re: [Wireshark-dev] newbie build problem with python

2006-09-18 Thread Cook, Timothy
If you are using 0.99.1+ (maybe) or SVN version you may have this problem! This problem crept in several months ago when the python input file for .\dissectors was renamed (maake-dissector-reg.py) and moved to a sub-directory. This change was also made in the .\plugins\profinet sbus

Re: [Wireshark-dev] [patch] YMSG dissector update

2006-09-18 Thread Jaap Keuter
Hi, So which protocol version is it supporting i.s.o version 9? That should be stated in the header of the file. Thanx, Jaap On Mon, 18 Sep 2006, Gena01 wrote: My patch provides new codes for the yahoo_status. I just didn't remove the old constants. I guess it could be split into two

Re: [Wireshark-dev] [patch] YMSG dissector update

2006-09-18 Thread Gena01
This should cover most of the services for Yahoo 7. (protocol version 13)GenaOn 9/18/06, Jaap Keuter [EMAIL PROTECTED] wrote:Hi,So which protocol version is it supporting i.s.o version 9?That should be stated in the header of the file.Thanx,JaapOn Mon, 18 Sep 2006, Gena01 wrote: My patchprovides

Re: [Wireshark-dev] [Wireshark-bugs] [Bug 1110] New: Invalid characters in show attribute in PDML output

2006-09-18 Thread Martin Mathieson
Its trying to print the value of an FT_NONE field, which ends up looking at uninitialised bytes. The attached patch doesn't write the show attribute for FT_NONE fields, but does this result in well-formed PDML? Best regards, Martin [EMAIL PROTECTED] wrote: