Re: [Wireshark-dev] RTP-MIDI

2006-10-09 Thread Tobias Erichsen
Hi Anders, I will change that... I have also received the number of the RFC that RTP-MIDI is going to be published under (RFC 4695) - I will also include that into the pluging and then send the updated code... Tobias > -Ursprüngliche Nachricht- > Von: [EMAIL PROTECTED] > [mailto:[EMAIL

Re: [Wireshark-dev] Release (0.99.4) next week

2006-10-09 Thread ronnie sahlberg
1124 is not really a very big issue at all.  I wouls class it as Enhancement request.It is fact very rare that this should happen for popular/important protocol decodes.Most (virtually all) important protocols suchs as SMB/NFS/iSCSI/LDAP and friends that are transaction based will always put a PSH

Re: [Wireshark-dev] Release (0.99.4) next week

2006-10-09 Thread Jaap Keuter
Hi, > Blocker, by definition, means it blocks development or testing. ACK > At work we classify bugs as: blocker blocks development, testing, > or use of the feature. Now you've added "or use of the feature". That can't be right, we would be flooded with blocker bugs. The classification is des

Re: [Wireshark-dev] Release (0.99.4) next week

2006-10-09 Thread Anders Broman
Hi, On the other hand it could be argued that Wireshark has been Out there with this (possible) bug for months/years. BR Anders -Ursprungligt meddelande- Från: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] För Brian Vandenberg Skickat: den 10 oktober 2006 04:24 Till: Developer support list f

Re: [Wireshark-dev] RTP-MIDI

2006-10-09 Thread Anders Broman
Hi, At a quick glance you need to change the C++ style comments // To /* */ as all compilers do not like them. Best regards Anders -Ursprungligt meddelande- Från: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] För Tobias Erichsen Skickat: den 8 oktober 2006 19:55 Till: Developer support list

Re: [Wireshark-dev] Release (0.99.4) next week

2006-10-09 Thread Brian Vandenberg
Blocker, by definition, means it blocks development or testing. That bug is likely giving me hell with a dissector I've been writing for work. At work we classify bugs as: blocker blocks development, testing, or use of the feature. Critical is crash/hang. Major is loss of functionality wi

Re: [Wireshark-dev] Release (0.99.4) next week

2006-10-09 Thread John R.
On 10/9/06, Joerg Mayer <[EMAIL PROTECTED]> wrote: > On Mon, Oct 09, 2006 at 04:08:04PM -0700, Gerald Combs wrote: > > I'd like to release 0.99.4 next Wednesday (the 18th). If you're > > planning on checking in any major changes, please hold off until the > > release branch is created (probably Fr

Re: [Wireshark-dev] Release (0.99.4) next week

2006-10-09 Thread Joerg Mayer
On Mon, Oct 09, 2006 at 04:08:04PM -0700, Gerald Combs wrote: > I'd like to release 0.99.4 next Wednesday (the 18th). If you're > planning on checking in any major changes, please hold off until the > release branch is created (probably Friday or Monday). Hmm, there are still some open points on

[Wireshark-dev] Cygwin Bash update breaks verify_tools

2006-10-09 Thread wayne speir
I just updated cygwin today and found that when I typed this:> nmake -f Makefile.nmake verify_toolsit failed with the following error messages:Microsoft (R) Program Maintenance Utility   Version 6.00.9782.0Copyright (C) Microsoft Corp 1988-1998. All rights reserved.: command not foundh: line 2:: c

[Wireshark-dev] Release (0.99.4) next week

2006-10-09 Thread Gerald Combs
I'd like to release 0.99.4 next Wednesday (the 18th). If you're planning on checking in any major changes, please hold off until the release branch is created (probably Friday or Monday). ___ Wireshark-dev mailing list Wireshark-dev@wireshark.org http://

Re: [Wireshark-dev] [Patch] Re: capture from a fifo

2006-10-09 Thread Ulf Lamping
Joerg Mayer wrote: > On Mon, Oct 09, 2006 at 01:13:16AM +0200, Ulf Lamping wrote: > >> The direction is to use dumpcap in tshark as well. The direction is >> therefore to use as much of the capture_loop code in tshark as >> reasonably possible. >> > > Is anyone going to actually do that?

[Wireshark-dev] Request for evolution in TCP dissector

2006-10-09 Thread Pierre JUHEN
I would like to use the pdml of tshark to work on a "reassembled" TCP layer. If the packet needs really reassembling, it's ok, and I can use the "tcp.segment" fields to get the payload. But if the applicative PDU is inside only one packet, there is no tcp.segment. Would it be possible to get a

Re: [Wireshark-dev] Sniffing from USB ports

2006-10-09 Thread ronnie sahlberg
can you also do these changes to the usb dissector: 1, remove the #ifdef HAVE_LIBPCAP wrappers since these should not be nessecary 2, remove the pcap includes since they are not used 3, remove the tap since there is no tappable data yet 4, change urb_type_string into a value_string and crea

Re: [Wireshark-dev] Sniffing from USB ports

2006-10-09 Thread ronnie sahlberg
The sample captures are all empty 0-byte files. Can you please reupload them? On 10/9/06, Paolo Abeni <[EMAIL PROTECTED]> wrote: > Hello, > > Current libpcap cvs support sniffing from usb ports. As requested from > Ronnie Sahlberg I have created a wiki page on the argument: > > http://wiki.wires

Re: [Wireshark-dev] Please help me, I need to automatize the calculation of Interarrival jitter??

2006-10-09 Thread Andreina Toro
Hi Jaap, thanks for answering, I think I understand what you´re saying, I´ve tried that, the problem is that the only way I can export the statistics to a CSV file is if I have previously oppened the "RTP Stream Analysis Window". In that case is easy, because I can export the data and then make th

Re: [Wireshark-dev] Please help me, I need to automatize the calculation of Interarrival jitter??

2006-10-09 Thread Jaap Keuter
Hi, Without going into the details of the analysis, I would suggest to use the keyboard shortcuts to "work the GUI" from the macrorecorder, in order to export the statistics to a CSV file. From there you could perform any calculation you want. Thanx, Jaap On Mon, 9 Oct 2006, Andreina Toro wrote

[Wireshark-dev] Please, can anyone help me with my problem calculating interarrival jitter?

2006-10-09 Thread Andreina Toro
Hi everyone, I sent a mail a week ago asking if there was an option in Wireshark to calculate Interarrival jitter?, or wich is the shortest and direct way to analyze RTP Streams of each call, so I can get the jitter data of each packet of each call  in order to calculate manually the interarrival j

[Wireshark-dev] Please help me, I need to automatize the calculation of Interarrival jitter??

2006-10-09 Thread Andreina Toro
Hi everyone, I sent a mail a week ago asking if there was an option in Wireshark to calculate Interarrival jitter?, or wich is the shortest and direct way to analyze RTP Streams of each call, so I can get the jitter data of each packet of each call  in order to calculate manually the interarrival

[Wireshark-dev] Sniffing from USB ports

2006-10-09 Thread Paolo Abeni
Hello, Current libpcap cvs support sniffing from usb ports. As requested from Ronnie Sahlberg I have created a wiki page on the argument: http://wiki.wireshark.org/USB and added a few samples on the capture samples wiki page: http://wiki.wireshark.org/SampleCaptures#head-88d8d4547e6ef5624e34b7b

[Wireshark-dev] Please help me, I need to automatize the calculation of Interarrival jitter??

2006-10-09 Thread Andreina Toro
Hi everyone, I sent a mail a week ago asking if there was an option in Wireshark to calculate Interarrival jitter?, or wich is the shortest and direct way to analyze RTP Streams of each call, so I can get the jitter data of each packet of each call  in order to calculate manually the interarrival

Re: [Wireshark-dev] Delays in real-time packet capture

2006-10-09 Thread Richard van der Hoff
Sorry for taking a while to get back to this... Guy Harris wrote: > Richard van der Hoff wrote: > >> The only concern with this would be that dumpcap would presumably then >> send a packet count after every packet - which might mean a significant >> quantity of data. > > Every batch of packets

Re: [Wireshark-dev] [Patch] Re: capture from a fifo

2006-10-09 Thread Richard van der Hoff
Ulf Lamping wrote: > ... and now it's checked in! Excellent, thanks Ulf! > BTW: The mkfifo command isn't available on Win32 (even on cygwin), so I > made this test configurable in config.sh. Ah. Good thinking. Perhaps this should be something like which 'mkfifo' >/dev/null && TEST_FIFO=1 so a

Re: [Wireshark-dev] New dissector for Enea's LINX protocol

2006-10-09 Thread Jaap Keuter
Hi, On Mon, 9 Oct 2006, Martin Peylo wrote: > Hi, > > I've done *basic* versions of the protocol pages in the wiki: > http://wiki.wireshark.org/IPCProtocolFamily (*very* basic) > http://wiki.wireshark.org/LINX > http://wiki.wireshark.org/TIPC > > Could someone please delete linx-example-capture-q

Re: [Wireshark-dev] New dissector for Enea's LINX protocol

2006-10-09 Thread Martin Peylo
Hi, I've done *basic* versions of the protocol pages in the wiki: http://wiki.wireshark.org/IPCProtocolFamily (*very* basic) http://wiki.wireshark.org/LINX http://wiki.wireshark.org/TIPC Could someone please delete linx-example-capture-query-name.png and linx-example-capture-query-name-sized.png

Re: [Wireshark-dev] [Patch] SCSI-OSD: reorder attributes page

2006-10-09 Thread ronnie sahlberg
checked in On 10/9/06, Joe Breher <[EMAIL PROTECTED]> wrote: > This patch fixes a transposition of the orders of > Set Attribute Number > Set Attribute Length > In the page oriented get and set attributes CDB parameters format > Ref SCSI-OSD T10/1355-D Revision 10 section 5.2.2.2 > >

Re: [Wireshark-dev] New dissector for Enea's LINX protocol

2006-10-09 Thread Anders Broman \(AL/EAB\)
Hi, Chose the one you like :) it can always be changed later. BR Anders -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Martin Peylo Sent: den 9 oktober 2006 09:35 To: Developer support list for Wireshark Subject: Re: [Wireshark-dev] New dissector for Ene

Re: [Wireshark-dev] [Patch] Re: capture from a fifo

2006-10-09 Thread Joerg Mayer
On Mon, Oct 09, 2006 at 01:13:16AM +0200, Ulf Lamping wrote: > The direction is to use dumpcap in tshark as well. The direction is > therefore to use as much of the capture_loop code in tshark as > reasonably possible. Is anyone going to actually do that? It's been on the agenda for quite a whil

Re: [Wireshark-dev] New dissector for Enea's LINX protocol

2006-10-09 Thread Martin Peylo
Hi, I was just starting to add LINX to the wiki but I'm not able to classify it. It should be in the same category as TIPC but there's no entry for that. I would add something like ClusterProtocolFamily or InterProcessCommunicationProtocolFamily - what do you think? Regards, Martin On 10/6/06,