[Wireshark-dev] Beware of upcoming changes in Win32's config.nmake -> might introduce merge conflicts!!!

2006-08-30 Thread Ulf Lamping
Hi List! I'm going to cleanup the config.nmake file in the next days. This file is in need of a cleanup (I've done the last real cleanup years ago), as it's naming scheme is now inconsistent, the sequence of settings isn't logical, ... As a lot of developers will have a tweaked version of that

Re: [Wireshark-dev] FW: Listen_rtp plugin

2006-08-30 Thread Anders Broman
Hi, Checked in. The patch didn't apply cleanly so it's partly applied by hand please review it again. I also had to add #ifdef PORTAUDIO_DIR reset_rtp_player(); #endif and #ifdef PORTAUDIO_DIR add_rtp_packet(pi, pinfo); #endif In voip_calls.c to make it compile without the library.

[Wireshark-dev] Ubuntu and Solaris builder outage

2006-08-30 Thread Gerald Combs
The Ubunutu and Solaris builders will be unavailable for the next 10 days or so while they make their way to the west coast. The Windows and OS X builders should still be up and running during that period. ___ Wireshark-dev mailing list Wireshark-dev@wi

[Wireshark-dev] Ubuntu and Solaris builder outage

2006-08-30 Thread Gerald Combs
The Ubunutu and Solaris builders will be unavailable for the next 10 days or so while they make their way to the west coast. The Windows and OS X builders should still be up and running during that period. ___ Wireshark-dev mailing list Wireshark-dev@wir

Re: [Wireshark-dev] Source level debugging

2006-08-30 Thread Benjamin M Stocks
Bullly! Just what I was looking for. Thanks! Ben -- Benjamin M. Stocks Senior Embedded Software Engineer Rockwell Automation Kinetix Motion voice: (262)512-7157 email: [EMAIL PROTECTED] "Cook, Timothy" <[EMAIL PROTECTED]> Sent by: [EMAIL PROTECTED] 08/30/2006 03:45 PM Please respond to D

Re: [Wireshark-dev] Source level debugging

2006-08-30 Thread Cook, Timothy
Ben - Look at the follow http://wiki.wireshark.org/Development/Tips.  Look at the "Using MSVC++ for debugging" section.  By default, the Win32 builds with the debug flag enabled.   GDB must be used in the CYGWIN environment (not easily built!!).   -Tim From: [EMAIL PROTECTED] [ma

[Wireshark-dev] Source level debugging

2006-08-30 Thread Benjamin M Stocks
Greetings all, I built Wireshark from the command line using MSVC6 but now I need to do some debugging. What is the "common" way to do source level debugging of Wireshark built this way? gdb? Thanks in advance, Ben -- Benjamin M. Stocks Senior Embedded Software Engineer Rockwell Automation K

[Wireshark-dev] Megaco dissector: problem with dissection of MediaDescriptor

2006-08-30 Thread Oleg Kostenko
Hello, I've found some strange code in dissect_megaco_mediadescriptor(): tvb_current_offset = tvb_find_guint8(tvb, tvb_previous_offset, tvb_RBRKT, '='); tokenlen = tvb_current_offset - tvb_previous_offset -1; if (tokenlen > 0) proto_tree_add_text(megaco_m

[Wireshark-dev] packet-ssl bug(s)?

2006-08-30 Thread Maynard, Chris
Since SSL decryption is now supposed to be supported on the Windows installer, I thought I would try out the "snakeoil2" example posted at http://wiki.wireshark.org/SSL. First, I set the RSA keys list as specified - well almost as specified. The wiki says the file name is snakeoil2.key, but it a

Re: [Wireshark-dev] FW: Listen_rtp plugin

2006-08-30 Thread Jacques, Olivier \(OpenCall Test Infra\)
> Anders Broman (AL/EAB) wrote: > > > Alejandro I think your proposed plugin looks realy good and > something we > > would have use for. > > From the recent mails I'm a bit confused to where we stand > on this. I > > think Guy had some comments > > on the implementation, is that beeing worked

Re: [Wireshark-dev] Dissecting a specific layer (the application layer)

2006-08-30 Thread Gilbert Ramirez
You have a new link-layer, the HTTP-request link-layer. You'd have to support that in wiretap, so that wiretap can pass wireshark this data. Then set things up so that the frame dissector in packet-frame.c calls your http_request dissector when the HTTP-request link-layer is seen. I suspect you'l

[Wireshark-dev] Dissecting a specific layer (the application layer)

2006-08-30 Thread Michael
Hi, For a project, I need to be able to dissect an application stream, of say, http. So I have e.g. the http-request (*not* the headers of the underlying protocols), and I would like to be able to dissect this request into a tree (which I imagine the dissect_http function would create). This r

[Wireshark-dev] wireshark crash

2006-08-30 Thread Andreas Fink
anyone seen this before:(gdb) runStarting program: /usr/local/bin/wireshark Reading symbols for shared libraries .....+..+.+ doneReading symbols for shared libraries . doneReading symbols for shared libraries . done(wir

Re: [Wireshark-dev] A question about ASN.1 encoding in wireshark

2006-08-30 Thread Kukosa, Tomas
Title: A question about ASN.1 encoding in wireshark Hi,   if it is BER encoded and you need only to display it (withou any additional handling) the other possibility could be the ASN.1 plugin. As I know it requires  only precompiled ASN.1 description. But I have never used it.   Regards,   T

Re: [Wireshark-dev] A question about ASN.1 encoding in wireshark

2006-08-30 Thread Anders Broman \(AL/EAB\)
Title: A question about ASN.1 encoding in wireshark Hi, Do you get anything displayed after TCP? See http://wiki.wireshark.org/Asn2wrs on how to design an asn1 based dissector using asn2wrs.   Best regards Anders From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTEC