Re: [Wireshark-dev] Stats_tree generalization

2007-02-22 Thread Andy Howell
On Tue, Feb 20, 2007 at 01:25:08AM -0600, Andy Howell wrote: I've just added support for tap and stats_tree in my dissector. I would like to have a stats_tree-like display that includes my own columns. In particular, I want a summary of the number of bytes sent by each message type

[Wireshark-dev] Bug with RTP dissection - latest SVN

2007-02-22 Thread Mark Lewis
I have just updated to the latest SVN and RTP dissection appears to be broken. This was working when I last updated a couple of weeks ago. The nature of the problem is that whatever dissector takes the RTP payload is starting its dissection at the beginning of the RTP header, rather than

Re: [Wireshark-dev] Bug with RTP dissection - latest SVN

2007-02-22 Thread Richard van der Hoff
Mark Lewis wrote: I have just updated to the latest SVN and RTP dissection appears to be broken. This was working when I last updated a couple of weeks ago. I will look into this further, but if anyone knows what might have changed please let me know. It's possible that's related to

Re: [Wireshark-dev] Bug with RTP dissection - latest SVN

2007-02-22 Thread Mark Lewis
Hi Richard, If I revert packet-rtp.c and packet-rtp.h to SVN 20822 and 18196 respectively (i.e. before your updates) then the test cases I am working on return to normal. However, the example capture I sent in my previous post is still not the same as in 0.99.4. I picked this capture at random

Re: [Wireshark-dev] reassembly.c: fragment_set_partial_reassembly() for fragment_add_seq

2007-02-22 Thread Richard van der Hoff
Anders Broman wrote: Committed revision 20888. Without the makefile changes to build the test program as I can't test it on Windows. Thanks Anders. Is there anyone who can test this, please? I've attached the missing part of the patch. -- Richard van der Hoff [EMAIL PROTECTED] Telephony

Re: [Wireshark-dev] [Bug 1386] LUA + Megaco/H248

2007-02-22 Thread Verriere Joseph
Thanks a lot for your help, I had not see the Keep persistent context information preference and now my program almost works. I only have one more problem. I put the time: pinfo.rel_ts in a table and when I dump, I do this in a repeat loop, with num increasing: Dumper.dump (Extract, Time[num],

Re: [Wireshark-dev] Bug with RTP dissection - latest SVN

2007-02-22 Thread Richard van der Hoff
Mark Lewis wrote: Hi Richard, If I revert packet-rtp.c and packet-rtp.h to SVN 20822 and 18196 respectively (i.e. before your updates) then the test cases I am working on return to normal. You're absolutely right, there is a wee bit of a bug in there :/. If you want a quick hack, change

Re: [Wireshark-dev] Bug with RTP dissection - latest SVN

2007-02-22 Thread Richard van der Hoff
Richard van der Hoff wrote: You're absolutely right, there is a wee bit of a bug in there :/. snip Yes, the h223-over-rtp capture is doing something a bit odd too - I'll look into that. But it's not really supposed to look like it does under 0.99.4 - it depends on some new functionality

[Wireshark-dev] Error compiling 0.99.5 for win32

2007-02-22 Thread Andy . Ling
Hi, I've just downloaded the 0.99.5 release code and I'm trying to build for win32 in the way have done many times before. I ran the make distclean and setup then the build and I get the following error :- cl -DWIN32 -DNULL=0 -D_MT -D_DLL -DHAVE_CONFIG_H /I.. /I../wiretap

Re: [Wireshark-dev] Error compiling 0.99.5 for win32

2007-02-22 Thread Ulf Lamping
Can someone point me at what I need to do to fix this. Install the HTML Help Workshop as described in the Developer's Guide Regards, ULFL _ Der WEB.DE SmartSurfer hilft bis zu 70% Ihrer Onlinekosten zu sparen!

[Wireshark-dev] Gr Interface

2007-02-22 Thread Cortes, Joseph
Hi, Totally new to the wireshark product: I've captured the following on the Gr interface i.e. between the SGSN and the HLR on a Nettest MPA 7300 and save the capture as hex only. (file attached) I've tried the text2pcap - l 147 hex.txt hex.cap ( Not sure if this is what I

[Wireshark-dev] Compilation problems in the dissector

2007-02-22 Thread taraniteja.vishwanatha
Hi, After successfully executing make and make install, when we tried to run the wireshark (using ./ wireshark) We are getting the following error: undefined symbol: dissect_eci The code is as follows: Forward declarations static int dissect_eci(tvbuff_t *,int ,proto_tree

[Wireshark-dev] Runtime error OOPs

2007-02-22 Thread jaiswal.vikash
Hi , I've written a dissector for my protocol. It's compiling fine but while executing it gives the following error OOPS: ',' in 'introip_app_tra_prm_ext3,' Unhandled exception (proto.c:3607: failed assertion ((*__ctype_b_loc ())[(int) ((c))] (unsigned short int) _ISalnum) || c == '-' || c

Re: [Wireshark-dev] h.223 robustness fixes

2007-02-22 Thread Richard van der Hoff
Thanks, Anders. Here's an updated patch - sorry about that. Anders Broman wrote: Hi, Compile failes on Windows with: packet-h223.c packet-h223.c(596) : warning C4018: '' : signed/unsigned mismatch packet-h223.c(1156) : error C2065: 'uint' : undeclared identifier packet-h223.c(1156) : error

Re: [Wireshark-dev] Runtime error OOPs

2007-02-22 Thread Guy Harris
[EMAIL PROTECTED] wrote: I've written a dissector for my protocol. It's compiling fine but while executing it gives the following error OOPS: ',' in 'introip_app_tra_prm_ext3,' Unhandled exception (proto.c:3607: failed assertion ((*__ctype_b_loc ())[(int) ((c))] (unsigned short int)

Re: [Wireshark-dev] h.223 robustness fixes

2007-02-22 Thread Anders Broman
Committed revision 20898 together with the other patch. Best regards Anders -Ursprungligt meddelande- Från: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] För Richard van der Hoff Skickat: den 22 februari 2007 16:59 Till: Developer support list for Wireshark Ämne: Re: [Wireshark-dev] h.223

[Wireshark-dev] Cross-compile wireshark, without using gnutls

2007-02-22 Thread David Wuertele
The configure script for wireshark decides that my host has libgnutls, but since I am cross-compiling to a target that does not, I want to disable it. I have tried --disable-libgnutls, LIBGNUTLS_CONFIG=no, and a number of other hacks, but there is no convincing wireshark. It finds my hosts

Re: [Wireshark-dev] Cross-compile wireshark, without using gnutls

2007-02-22 Thread Luis Ontanon
--without-gnutls ? On 2/22/07, David Wuertele [EMAIL PROTECTED] wrote: The configure script for wireshark decides that my host has libgnutls, but since I am cross-compiling to a target that does not, I want to disable it. I have tried --disable-libgnutls, LIBGNUTLS_CONFIG=no, and a number

Re: [Wireshark-dev] Cross-compile wireshark, without using gnutls

2007-02-22 Thread David Wuertele
Luis Ontanon [EMAIL PROTECTED] writes: --without-gnutls ? That was one of the first things I tried. Unfortunately, my host has gnutls installed, and the configure script finds it despite my admonitions not to. I tried the following configure arguments: --without-gnutls --with-gnutls=no

Re: [Wireshark-dev] Cross-compile wireshark, without using gnutls

2007-02-22 Thread Luis Ontanon
fixing automake scripts that takes a long long time... what you can try is renaming gnutls/gnutls.h in your system to something else before calling ./configure and rename it back after configure has run. That way the configure script will fail finding an usable gnutls and will refuse it. On

Re: [Wireshark-dev] Cross-compile wireshark, without using gnutls

2007-02-22 Thread Sebastien Tandel
Hi, It should work with this patch. After applying, pleaser run ./autogen.sh then ./configure --disable-gnutls Hope this helps, Sebastien Tandel Luis Ontanon wrote: fixing automake scripts that takes a long long time... what you can try is renaming gnutls/gnutls.h in your system to

Re: [Wireshark-dev] Cross-compile wireshark, without using gnutls

2007-02-22 Thread David Wuertele
Luis Ontanon [EMAIL PROTECTED] writes: fixing automake scripts that takes a long long time... what you can try is renaming gnutls/gnutls.h in your system to something else before calling ./configure and rename it back after configure has run. That way the configure script will fail finding an

Re: [Wireshark-dev] Compilation problems in the dissector

2007-02-22 Thread Jeff Morriss
[EMAIL PROTECTED] wrote: Hi, After successfully executing make and make install, when we tried to run the wireshark (using ./ wireshark) We are getting the following error: undefined symbol: dissect_eci The code is as follows: Forward declarations static int

[Wireshark-dev] [PATCH] Add space between RTP info and payload info

2007-02-22 Thread Charles Lepple
This patch is against the trunk, rev 20898. When dissecting RTP packets with a H.263 payload, the Mark flag runs into the Mode A/B flag in the info column. I don't have an H.263 capture on hand to demonstrate this, but based on the RTP audio captures on the wiki, I don't think the extra space

Re: [Wireshark-dev] [PATCH] Add space between RTP info and payload info

2007-02-22 Thread Anders Broman
Committed revision 20899. Best regards Anders -Ursprungligt meddelande- Från: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] För Charles Lepple Skickat: den 23 februari 2007 04:48 Till: Developer support list for Wireshark Ämne: [Wireshark-dev] [PATCH] Add space between RTP info and payload