[Wireshark-dev] Query Regarding compilation of wireshark

2007-03-14 Thread saravanan saravanan
Hi, I had download the source code of wireshark and installed in my LINUX OS. using ./configure and make If I am making some changes in source code, how can I build my source code. Kindly teach me the way of building wire shark and running wireshark. Any help appreciated. Thanks Saravan

[Wireshark-dev] [PATCH][UPDATE] ptvcursor and subtrees

2007-03-14 Thread Sebastien Tandel
Hi, Series of three patches concerning the creation of subtrees via the ptvcursor API : 1) ptvcursor-subtrees.diff : Update to get rid of potential memory leaks with g_renew but also with g_new in ptvcursor_new(). New features supported by ptvcursor API : - ptvcursor_push_subtree(), ptvcur

Re: [Wireshark-dev] Opinions on solving bug #1375: Capture Options with many IP addresses scrolls off screen

2007-03-14 Thread Ulf Lamping
Stephen Fisher wrote: > I need some people's opinions on how we should solve bug #1375: "Capture > Options with many IP addresses scrolls off screen" because I can't > decide the best way to do it. The problem is that the IP address: field > in the capture dialog makes the window as wide as the

Re: [Wireshark-dev] Opinions on solving bug #1375: Capture Options with many IP addresses scrolls off screen

2007-03-14 Thread Guy Harris
Is there any reason why people care about the list of IP addresses other than "I'm on a multi-homed machine, and I want to capture traffic to and from machine YYY, so I need to know what the IP addresses are for the interfaces, so I can figure out which interface I need to capture on"? If

[Wireshark-dev] Opinions on solving bug #1375: Capture Options with many IP addresses scrolls off screen

2007-03-14 Thread Stephen Fisher
I need some people's opinions on how we should solve bug #1375: "Capture Options with many IP addresses scrolls off screen" because I can't decide the best way to do it. The problem is that the IP address: field in the capture dialog makes the window as wide as the screen and scrolls off the e

[Wireshark-dev] error during rpm installation

2007-03-14 Thread Carsten Prescher
Hello, > I've generated an rpm from the wireshark source code . > The rpm was generated successfully , I used "make rpm-package". > But when I install it using "rpm -ivh " command I'm getting the > following error . > > file /usr/lib/libwiretap.so.0.0.1 from install of wireshark-0.99.3a-2 > con

Re: [Wireshark-dev] Query on status of patches

2007-03-14 Thread Richard van der Hoff
Joerg Mayer wrote: > Hmm, I don't understand which part wouldn't work. Stage 1 of submitting > a patch is to send it to the ml - in most cases, the patch will be > submitted/commented on quickly. In those cases, where this doesn't work > open a bug and attach the patch. That has worked fine in the

Re: [Wireshark-dev] problem :)

2007-03-14 Thread Luis Ontanon
Try http://www.wireshark.org/download/automated/win32/wireshark-setup-0.99.6-SVN-21025.exe and see if the problem has been fixed. and, Please try to explain the problem. On 3/14/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > > > > Hi I am working for a company and we used your source MEGA

Re: [Wireshark-dev] ATM Dissector - atm-pdus-untruncated support for libpcap files

2007-03-14 Thread Guy Harris
João Pedro Fonseca wrote: > I'm working on a project that uses an Endace card to capture ATM > traffic. These captures are in ERF format (Endace's proprietary format), > and Wireshark can read them perfectly. > > However, I'm also using mergecap, editcap and tshark to post-process the > files,

Re: [Wireshark-dev] Query on status of patches

2007-03-14 Thread Joerg Mayer
On Wed, Mar 14, 2007 at 03:13:43PM +, Richard van der Hoff wrote: > Joerg Mayer wrote: > > On Wed, Mar 14, 2007 at 09:58:26AM +0100, Sake Blok wrote: > >> I have not seen many > >> patches being overlooked actually. There were the occasions where a review > >> lasted a little longer, but most

Re: [Wireshark-dev] error during rpm installation

2007-03-14 Thread Stephen Fisher
On Wed, Mar 14, 2007 at 06:54:43PM +0530, [EMAIL PROTECTED] wrote: > I've generated an rpm from the wireshark source code . The rpm was > generated successfully , I used "make rpm-package". But when I install > it using "rpm -ivh " command I'm getting the following error . > > file /usr/lib/l

Re: [Wireshark-dev] Query on status of patches

2007-03-14 Thread Douglas Pratley
Cheers - a good suggestion. I'm going to reintegrate my patches (separately) with the current code, and then I'll create appropriate enhancements in bugzilla and attach them there. Doug -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Joerg Mayer Sent: 1

Re: [Wireshark-dev] [PATCH] make buildbot run unit tests

2007-03-14 Thread Richard van der Hoff
Does anybody have any comments on this? Cheers, Richard Richard van der Hoff wrote: > Hi, > > The epan directory is accumulating a collection of unit-tests, which it > seems would be a good idea to have the buildbot run, to catch > regressions sooner. For instance, it might have picked up th

Re: [Wireshark-dev] Query on status of patches

2007-03-14 Thread Richard van der Hoff
Joerg Mayer wrote: > On Wed, Mar 14, 2007 at 09:58:26AM +0100, Sake Blok wrote: >> I have not seen many >> patches being overlooked actually. There were the occasions where a review >> lasted a little longer, but most patches were commited within a couple of >> days. Maybe a patch-tracking syste

Re: [Wireshark-dev] Query on status of patches

2007-03-14 Thread Joerg Mayer
On Wed, Mar 14, 2007 at 09:58:26AM +0100, Sake Blok wrote: > I have not seen many > patches being overlooked actually. There were the occasions where a review > lasted a little longer, but most patches were commited within a couple of > days. Maybe a patch-tracking system is a little overkill. T

Re: [Wireshark-dev] Generating a wireshark RPM

2007-03-14 Thread Douglas Pratley
There is set of instructions that have been recently added to the developer's guide: http://www.wireshark.org/docs/wsdg_html_chunked/ChSrcBinary.html#ChSrcRp m In short: Edit packaging/rpm/SPECS/wireshark.spec.in to set up the ./configure settings for the RPM build the way you want Call the roo

[Wireshark-dev] error during rpm installation

2007-03-14 Thread jaiswal.vikash
Hi , I've generated an rpm from the wireshark source code . The rpm was generated successfully , I used "make rpm-package". But when I install it using "rpm -ivh " command I'm getting the following error . file /usr/lib/libwiretap.so.0.0.1 from install of wireshark-0.99.3a-2 conflicts with fi

[Wireshark-dev] Generating a wireshark RPM

2007-03-14 Thread taraniteja.vishwanatha
Hi , I downloaded wireshark-0.99.5a source code. I have included my dissector in the wireshark. I want to generate a rpm for the same. Can somebody explain the detail steps to generate a rpm?? BR, //Tarani The information contained in this electronic message and any attachme

[Wireshark-dev] problem :)

2007-03-14 Thread melike.ata
Hi I am working for a company and we used your source MEGACO/ H248 but there is a problem about TFO controls.Can we solve it??Wher should I start?? Bu elektronik posta ve onunla iletilen butun dosyalar sadece gondericisi t

Re: [Wireshark-dev] [Wireshark-commits] rev 21005: /trunk/ /trunk/doc/: wireshark.pod /trunk/gtk/: main.c main.h menu.c /trunk/docbook/wsug_src/: WSUG_chapter_use.xml WSUG_chapter_work.xml

2007-03-14 Thread Sake Blok
On Thu, Mar 08, 2007 at 11:37:56PM +, [EMAIL PROTECTED] wrote: > http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=21005 > > User: ulfl > Date: 2007/03/08 11:37 PM > > Log: > from Sake Blok: > I have changed the patch according to your suggestions and also changed > the doc[

Re: [Wireshark-dev] [Patch] Add "Copy as Filter" menu item

2007-03-14 Thread Sake Blok
On Wed, Mar 14, 2007 at 01:32:35PM +0100, Ulf Lamping wrote: > >> > >>> Can't wait for the buildbot-build for my Windows laptop :) (I don't > >>> dare to make the move from linux-dev to windows-dev) > >>> > >> It's not that bad as long as you follow the directions :). Still, I'm a >

Re: [Wireshark-dev] [Patch] Add "Copy as Filter" menu item

2007-03-14 Thread Ulf Lamping
Sake Blok wrote: > On Thu, Mar 08, 2007 at 05:52:39PM -0800, Stephen Fisher wrote: > >> On Fri, Mar 09, 2007 at 01:39:50AM +0100, Sake Blok wrote: >> >> >>> Can't wait for the buildbot-build for my Windows laptop :) (I don't >>> dare to make the move from linux-dev to windows-dev) >>>

[Wireshark-dev] How do a save a Wireshark capture so Finisar Surveyor can read it?

2007-03-14 Thread John Jamulla
Which type of output can I save a capture made in Woreshark to Finisar Surveyor please? I'm trying to "port" alot of custom decodes from Surveyor (very old) to Wireshark and I want to make sure I'm doing it correctly, though I have been making recent captures of the data with Wireshark, NOT Survey

Re: [Wireshark-dev] problem

2007-03-14 Thread Luis Ontanon
There have being a lot of changes and bug fixes to h248 since 0.99.5 was released. can you try the latest development version for your plattform from http://www.wireshark.org/download/automated/ and see if it has solved your issues? If it doesn't fix it you should file a bug explaining what's not

[Wireshark-dev] problem

2007-03-14 Thread melike pinar ata
Hi I am working for a company and we used your source MEGACO/ H248 but there is a problem about TFO controls.Can we solve it??Wher should I start??They are not working for media gateway controllers. _ En etkili ve güvenilir PC Koru

Re: [Wireshark-dev] Bug 491 : time delta behaviour

2007-03-14 Thread Sake Blok
On Mon, Mar 12, 2007 at 09:59:58PM +0100, Julian Fielding wrote: > Jeff Morriss wrote: > >Normally I'd see the use in not changing semantics for a field, but I > >don't think the current semantics make any sense at all so I can't > >imagine it is being used [therefor it's OK to change it]. > > I

Re: [Wireshark-dev] [Patch] Add "Copy as Filter" menu item

2007-03-14 Thread Sake Blok
On Thu, Mar 08, 2007 at 05:52:39PM -0800, Stephen Fisher wrote: > On Fri, Mar 09, 2007 at 01:39:50AM +0100, Sake Blok wrote: > > > Can't wait for the buildbot-build for my Windows laptop :) (I don't > > dare to make the move from linux-dev to windows-dev) > > It's not that bad as long as you fol

Re: [Wireshark-dev] Query on status of patches

2007-03-14 Thread Sake Blok
Hi, Although I don't consider myself a wireshark-developer yet (I only commited a couple of small patches yet), I did however experience the feelings that arise when the patch you sent in to the mailing-list doesn't get acknowledged. With my recent patch, I thought it was overlooked, but it tu