[Wireshark-dev] asn2wrs tagged type problem

2007-04-23 Thread Anders Broman
Hi, Fixing the tagged type would be great but when I try to use the -T option for tcap I get the following error: ASN.1 to Wireshark dissector compiler Traceback (most recent call last): File ../../tools/asn2wrs.py, line 5117, in ? eth_main() File ../../tools/asn2wrs.py, line 5083, in

Re: [Wireshark-dev] Warings/error in packet-ssl.c

2007-04-23 Thread Paolo Abeni
Hello, On Sun, 2007-04-22 at 23:06 +0200, Joerg Mayer wrote: Can someone please have a look at uand fix the following warning: cc1: warnings being treated as errors packet-ssl.c: In function 'ssl_parse': packet-ssl.c:334: warning: ignoring return value of 'fread', declared with attribute

Re: [Wireshark-dev] Including ASN.1 format coding in a C dissector

2007-04-23 Thread taraniteja.vishwanatha
Hi , I had to include some RANAP messages in my dissector. I have included in the following way: dissect_xxx_msg(tvbuff_t *tvb,int offset,proto_tree *macic_tree,packet_info *pinfo) { guint8 *buf = ep_alloc(10240); tvbuff_t *ranap_tvb; int i; asn1_ctx_t actx; offset =

Re: [Wireshark-dev] Warings/error in packet-ssl.c

2007-04-23 Thread Stephen Fisher
On Mon, Apr 23, 2007 at 09:29:39AM +0200, Paolo Abeni wrote: On Sun, 2007-04-22 at 23:06 +0200, Joerg Mayer wrote: Can someone please have a look at uand fix the following warning: cc1: warnings being treated as errors packet-ssl.c: In function 'ssl_parse': packet-ssl.c:334: warning:

[Wireshark-dev] Windows build failing on packet-ber.c

2007-04-23 Thread Anders Broman \(AL/EAB\)
Hi, The buldbot is failing on: packet-ber.c packet-ber.c(255) : error C2220: warning treated as error - no object file generated packet-ber.c(255) : warning C4090: 'function' : different 'const' qualifiers packet-ber.c(255) : warning C4028: formal parameter 1 different from declaration

Re: [Wireshark-dev] Windows build failing on packet-ber.c

2007-04-23 Thread Guy Harris
Anders Broman (AL/EAB) wrote: The buldbot is failing on: I've checked in a change that should fix those warnings. ___ Wireshark-dev mailing list Wireshark-dev@wireshark.org http://www.wireshark.org/mailman/listinfo/wireshark-dev

Re: [Wireshark-dev] Including ASN.1 format coding in a C dissector

2007-04-23 Thread Anders Broman \(AL/EAB\)
Hi, Is the ID of your packet-ranap-template.h file: * $Id: packet-ranap-template.h 18228 2006-05-27 22:09:07Z etxrab $ * If not do an update as #include packet-ranap-exp.h may be is missing? BR Anders From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of

Re: [Wireshark-dev] Windows build failing on packet-ber.c

2007-04-23 Thread Anders Broman \(AL/EAB\)
Indeed it did :) -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Guy Harris Sent: den 23 april 2007 18:52 To: Developer support list for Wireshark Subject: Re: [Wireshark-dev] Windows build failing on packet-ber.c Anders Broman (AL/EAB) wrote: The

Re: [Wireshark-dev] Warings/error in packet-ssl.c

2007-04-23 Thread Joerg Mayer
On Mon, Apr 23, 2007 at 09:24:45AM -0700, Stephen Fisher wrote: Joerg: Out of curiosity, what platform/compiler are you using that warns you if you don't use the result of fread()? It's in glibc 2.5, the fread etc declarations are followed by __wur and sys/cdefs.h contains the following code:

Re: [Wireshark-dev] [PATCH] Enhancements to dissecting proxy CONNECT sessions

2007-04-23 Thread Sake Blok
Hi, Is anyone reviewing the patch I sent last week? Cheers, Sake On Tue, Apr 17, 2007 at 11:43:25AM +0200, Sake Blok wrote: Hi, At the moment I'm looking into a problem that James Small has reported on the users-list:

[Wireshark-dev] Disesector for EIBnetIP??

2007-04-23 Thread Hallo
Hello, I'm searching for a dissector for the Konnex Protocol EIBnetIP. Best Regards Klaus D. ___ Wireshark-dev mailing list Wireshark-dev@wireshark.org http://www.wireshark.org/mailman/listinfo/wireshark-dev

[Wireshark-dev] Not able to apply diaplay filter for Gnutella

2007-04-23 Thread S H
Hi, I am testing display filter for P2P protocol. I captured network packet, which has Gnutella packets. I want to apply display filter for Gnutella and identify Gnutella. I can test bittorrent P2P application by bittorrent name in the display filter field, it does work. I am not able to test