Re: [Wireshark-dev] G.722 and G.726 decoders for Wireshark

2011-01-27 Thread Dietfrid Mali
list for Wireshark Subject: Re: [Wireshark-dev] G.722 and G.726 decoders for Wireshark Hi, Found it, I'll have a look. Thanks, Jaap On 01/26/2011 04:59 PM, Dietfrid Mali wrote: G.722 and G.726 (-32) codec integration using spandsp: https://bugs.wireshark.org/bugzilla/show_bug.cgi?id

Re: [Wireshark-dev] G.722 and G.726 decoders for Wireshark

2011-01-27 Thread Dietfrid Mali
: wireshark-dev-boun...@wireshark.org [mailto:wireshark-dev-boun...@wireshark.org] On Behalf Of Dietfrid Mali Sent: Thursday, January 27, 2011 11:22 AM To: wireshark-dev@wireshark.org Subject: Re: [Wireshark-dev] G.722 and G.726 decoders for Wireshark What about G.722 delivering a 16 khz audio

Re: [Wireshark-dev] G.722 and G.726 decoders for Wireshark

2011-01-26 Thread Dietfrid Mali
: Wed, 26 Jan 2011 00:09:50 +0100 From: jaap.keu...@xs4all.nl To: wireshark-dev@wireshark.org Subject: Re: [Wireshark-dev] G.722 and G.726 decoders for Wireshark On 01/25/2011 05:48 PM, Dietfrid Mali wrote: The problem with e.g. G.726 is that Wireshark gives those packets RTP type 102 which

Re: [Wireshark-dev] Eclipse project for Wireshark

2011-01-26 Thread Dietfrid Mali
] Eclipse project for Wireshark On Jan 25, 2011, at 1:02 AM, Dietfrid Mali wrote: I used the call given below, but replaced 'gdb' with 'ddd'. ddd doesn't display any source code though, so there's still something going wrong. http://wiki.wireshark.org/Development/Tips Using DDD

Re: [Wireshark-dev] Eclipse project for Wireshark

2011-01-26 Thread Dietfrid Mali
to do with how Wireshark is set up and launched. From: g...@alum.mit.edu Date: Wed, 26 Jan 2011 00:39:39 -0800 To: wireshark-dev@wireshark.org Subject: Re: [Wireshark-dev] Eclipse project for Wireshark On Jan 26, 2011, at 12:27 AM, Dietfrid Mali wrote: I know what DDD is. I

Re: [Wireshark-dev] G.722 and G.726 decoders for Wireshark

2011-01-26 Thread Dietfrid Mali
/2011 05:48 PM, Dietfrid Mali wrote: The problem with e.g. G.726 is that Wireshark gives those packets RTP type 102 which afaik is an error code (unknown encoding). No, that's your RTP endpoint configured to label these as such. RFC 3550 says: A profile MAY specify a default static mapping

Re: [Wireshark-dev] Eclipse project for Wireshark

2011-01-26 Thread Dietfrid Mali
Harris wrote: On Jan 26, 2011, at 1:34 AM, Dietfrid Mali wrote: The problem is that Wireshark is launched by a script settings paths and doing whatnot and finally starting Wireshark from some (hidden?!) subfolder. That's libtool at work. If the GNU project GDB and the GNU project

Re: [Wireshark-dev] Eclipse project for Wireshark

2011-01-26 Thread Dietfrid Mali
I am not blaming anybody. I am looking for a solution. Thank you for your hints. Date: Wed, 26 Jan 2011 20:29:12 +0100 From: darkja...@darkjames.ath.cx To: wireshark-dev@wireshark.org Subject: Re: [Wireshark-dev] Eclipse project for Wireshark On Wed, Jan 26, 2011 at 09:22:49AM -0800, Guy

Re: [Wireshark-dev] Eclipse project for Wireshark

2011-01-25 Thread Dietfrid Mali
-fisher.com To: wireshark-dev@wireshark.org Subject: Re: [Wireshark-dev] Eclipse project for Wireshark On Mon, Jan 24, 2011 at 06:29:23PM +0100, Dietfrid Mali wrote: Thanks. I tried that, and the files are indeed compiled with -g -O0, but DDD (gdb) doesn't seem to find an program entry

Re: [Wireshark-dev] Eclipse project for Wireshark

2011-01-25 Thread Dietfrid Mali
On Linux? (Rhetorical question) To: wireshark-dev@wireshark.org From: phasl...@spaml.de Date: Tue, 25 Jan 2011 12:18:46 + Subject: Re: [Wireshark-dev] Eclipse project for Wireshark Dietfrid Mali karx11erx@... writes: I used the call given below, but replaced 'gdb' with 'ddd

Re: [Wireshark-dev] Eclipse project for Wireshark

2011-01-25 Thread Dietfrid Mali
AM, Dietfrid Mali wrote: I used the call given below, but replaced 'gdb' with 'ddd'. ddd doesn't display any source code though, so there's still something going wrong. This stuff is a PITA. Can't I even use a graphical debugger frontend to debug Wireshark? Date: Mon, 24 Jan 2011 14

Re: [Wireshark-dev] Eclipse project for Wireshark

2011-01-25 Thread Dietfrid Mali
Dietfrid Mali karx11erx@... writes: I used the call given below, but replaced 'gdb' with 'ddd'. ddd doesn't display any source code though, so there's still something going wrong.This stuff is a PITA. Can't I even use a graphical debugger

[Wireshark-dev] G.722 and G.726 decoders for Wireshark

2011-01-25 Thread Dietfrid Mali
Hi, using spandsp, I have added G.722 and G.726 decoders to Wireshark. Currently this is a bit of a hack job, particularly regarding inclusion of the spandsp lib, and I could need a bit help to properly integrate it into Wireshark's automake hell (configure.in). There also isn't a proper

Re: [Wireshark-dev] Eclipse project for Wireshark

2011-01-25 Thread Dietfrid Mali
Date: Tue, 25 Jan 2011 14:55:46 + Subject: Re: [Wireshark-dev] Eclipse project for Wireshark Dietfrid Mali karx11erx@... writes: On Linux?(Rhetorical question) You wrote on 20.01.11 22:26 Btw, I would have happily used the Wireshark VS solution to see how to add spandsp codecs

Re: [Wireshark-dev] G.722 and G.726 decoders for Wireshark

2011-01-25 Thread Dietfrid Mali
, or a dissector preference. Thanks, Jaap Send from my iPhone On 25 jan. 2011, at 16:07, Dietfrid Mali karx11...@hotmail.com wrote: Hi, using spandsp, I have added G.722 and G.726 decoders to Wireshark. Currently this is a bit of a hack job, particularly regarding inclusion

Re: [Wireshark-dev] Eclipse project for Wireshark

2011-01-24 Thread Dietfrid Mali
Subject: Re: [Wireshark-dev] Eclipse project for Wireshark On 1/22/2011 4:14 AM, Dietfrid Mali wrote: I thought of having to add something like --enable_debug=yes or --with_debugging to the configure call so that the make file being built will call the compiler with options to make it create

Re: [Wireshark-dev] Eclipse project for Wireshark

2011-01-24 Thread Dietfrid Mali
Ok, thank you. Date: Mon, 24 Jan 2011 14:57:41 -0700 From: st...@stephen-fisher.com To: wireshark-dev@wireshark.org Subject: Re: [Wireshark-dev] Eclipse project for Wireshark On Mon, Jan 24, 2011 at 06:29:23PM +0100, Dietfrid Mali wrote: Thanks. I tried that, and the files

Re: [Wireshark-dev] Eclipse project for Wireshark

2011-01-22 Thread Dietfrid Mali
happy already though. From: g...@alum.mit.edu Date: Fri, 21 Jan 2011 11:25:01 -0800 To: wireshark-dev@wireshark.org Subject: Re: [Wireshark-dev] Eclipse project for Wireshark On Jan 21, 2011, at 3:57 AM, Dietfrid Mali wrote: How do I configure the regular Linux make for debugging

Re: [Wireshark-dev] Eclipse project for Wireshark

2011-01-21 Thread Dietfrid Mali
. Should figure out where to look just fine. Adding the ASN.1 directory you are interested in to the GDB source path makes that work too. Thanks, Jaap On 01/20/2011 10:26 PM, Dietfrid Mali wrote: Date: Thu, 20 Jan 2011 12:32:44 -0700 From: st...@stephen-fisher.com To: wireshark

[Wireshark-dev] Eclipse project for Wireshark

2011-01-20 Thread Dietfrid Mali
Hi, I have been trying to build Wireshark using Eclipse, but I am running into missing header and C files all the way (particularly with many of the decoders in the ASN1 source tree). The reason is that I want to add a few new codecs using libspandsp, have failed in properly adding them so