[Wireshark-dev] Support for ASN.1 ECN in asn2wrs

2009-02-24 Thread Olivier Willot
Hi Is there any plan to add support of Encoding Control Notation in asn2wrs? That would allow to easily add support for non ASN.1 based protocols without needing to hand-code a dissector. In the mean-time, any workaround ( custom wireshark specific encoding for instance )? I need to

[Wireshark-dev] Frame styles with bold labels vs. borders

2009-02-24 Thread Stig Bjørlykke
Hi all. According to the Gnome HIG[1] the preferred frame style is using bold labels and indentation. Should we try modernizing our dialogs to use this preferred style? We now have this style in Statistics-Summary [1] http://library.gnome.org/devel/hig-book/stable/controls-frames.html.en --

Re: [Wireshark-dev] Performance issues with the new rtp-analysis.c

2009-02-24 Thread Anders Broman
Hi, I tried reseisable=FALSE without any noticable improvment. The bug report now has a test file. Regards Anders From: wireshark-dev-boun...@wireshark.org on behalf of Stephen Fisher Sent: Tue 24/02/2009 12:37 AM To: Developer support list for Wireshark

[Wireshark-dev] V5.2 protocol support

2009-02-24 Thread chandra.kotikalapudi
Hi All, Good Evening! Is it possible to capture V5.2 protocol messages with Wireshark? If yes how it can be done. If it wasn't added in Wireshark can you please say where I can get required documentation to develop the plug-in to decode V5.2? Thanks in advance. Regards, Chandra.

Re: [Wireshark-dev] V5.2 protocol support

2009-02-24 Thread Anders Broman
Hi, There is an V5UA dissector in Wireshark packet-v5ua.c so Wireshark should be able to dissect/decode V5UA. Capturing is not done by Wireshark. Regards Anders From: wireshark-dev-boun...@wireshark.org on behalf of chandra.kotikalap...@wipro.com Sent: Tue

[Wireshark-dev] Creation / Passing a new tvbuff

2009-02-24 Thread gogrady
Hello, I am trying to take the raw data of one packet in my dissector and pass it to a dll to be decoded. The way that i think would be best would be to create a tvbuff and pass it to the dll however, i'm unsure of how to create the new tvbuff with just the one packet of data. I read

[Wireshark-dev] buildbot failure in Wireshark (development) on Windows-XP-x86

2009-02-24 Thread buildbot-no-reply
The Buildbot has detected a new failure of Windows-XP-x86 on Wireshark (development). Full details are available at: http://buildbot.wireshark.org/trunk/builders/Windows-XP-x86/builds/5685 Buildbot URL: http://buildbot.wireshark.org/trunk/ Buildslave for this Build: windows-xp-x86 Build

Re: [Wireshark-dev] Calling Non-Standard dissectors from L2TP

2009-02-24 Thread Guy Harris
On Feb 24, 2009, at 2:57 AM, Akshitij Malik wrote: I was wondering if it is possible for L2TP to call on a dissector other than the standard dissectors mentioned in proto_reg_handoff_l2tp? Currently, no, not without modifying the L2TP dissector. However, there should probably be a

Re: [Wireshark-dev] expert_add_info_format() usage with undecoded/unknown data

2009-02-24 Thread Jakub Zawadzki
Hi, On Wed, Feb 18, 2009 at 07:55:02PM +0100, wsgd wrote: The possibility to make a Display filter on 'expert data' seems very good to me. It could permits to see all packets where there is an error (or ...). Seems an important feature to me. But, I think it does not exist. I do some

Re: [Wireshark-dev] Creation / Passing a new tvbuff

2009-02-24 Thread wsgd
Like a subdissector ? Look at tcp_dissect_pdus (into packet-tcp.c) : next_tvb = tvb_new_subset(tvb, offset, length, plen); Olivier gogr...@wi.rr.com a écrit : Hello, I am trying to take the raw data of one packet in my dissector and pass it to a dll to be decoded. The way that i think

Re: [Wireshark-dev] Creation / Passing a new tvbuff

2009-02-24 Thread gogrady
Don't know what a subdissector does, but ill explain more what im doing. Taking the raw data in my custom dissector, sending it to a dll that will act like a proxy. Sends the data to another lib which sends back a message object to the proxy. Then that object is send to a decoder lib which will

[Wireshark-dev] Can some minor enhancements be moved to the 1.0 trunk ?

2009-02-24 Thread Michael Lum
Hi, I added some enhancements to some protocols and one additional dissector (RFC3558 header) thinking they would be included in Wireshark 1.0.5/1.0.6. But now that I have read the development roadmap I see that they would not appear until 1.2.0. Could the following be applied to the 1.0 trunk

Re: [Wireshark-dev] expert_add_info_format() usage with undecoded/unknown data

2009-02-24 Thread wsgd
I have tried your patch (on wireshark 1.1.3). Seems to work well. Explanations for other people : On each field where an expert info has been declared, a subtree Expert Info is added with a field Severity with its value : Error, ... a field Group with its value : Checksum, Malformed, ...

Re: [Wireshark-dev] Can some minor enhancements be moved to the 1.0 trunk ?

2009-02-24 Thread Jaap Keuter
Hi Michael, I'm sorry but you need to understand that a stable release is a stable release. No new features, enhancements or the like go in. Only bugfixes are backported from development to the 1.0 branch. It all comes down to the allocation of the 'spare time' resource, something we're

Re: [Wireshark-dev] Can some minor enhancements be moved to the 1.0 trunk ?

2009-02-24 Thread Michael Lum
Hi Jaap, I understand all about development and time. I don't see the difference between what I have done and support for new capture file formats as per 1.0.4 or all of the 'Updated Protocol Support' changes listed in the release notes. Thanks -- Michael Lum Principal

Re: [Wireshark-dev] Performance issues with the new rtp-analysis.c

2009-02-24 Thread didier
Hi, Le mardi 24 février 2009 à 13:54 +0100, Anders Broman a écrit : Hi, I tried reseisable=FALSE without any noticable improvment. The bug report now has a test file. Where? Thanks Didier ___ Sent via:Wireshark-dev

Re: [Wireshark-dev] Performance issues with the new rtp-analysis.c

2009-02-24 Thread Stephen Fisher
On Wed, Feb 25, 2009 at 02:36:11AM +0100, didier wrote: Le mardi 24 f?vrier 2009 ? 13:54 +0100, Anders Broman a ?crit : The bug report now has a test file. Where? It's a private bug, so only certain people can view it. It's probably private because of the capture file that is attached.

[Wireshark-dev] make-dissector-reg.py error after svn up

2009-02-24 Thread Stephen Fisher
After doing an svn update a little while ago, I started running into this error when trying to recompile Wireshark on MacOS X: Making register.c with python Traceback (most recent call last): File ../../tools/make-dissector-reg.py, line 112, in module

[Wireshark-dev] etype_vals[] compile error when adding new Ethernet dissector

2009-02-24 Thread patrick_horgan
Hi, I'm developing a new Ethernet dissector (as a plugin), but I'm stuck with a compiler error when I #include epan/etypes.h: C:\wireshark\wireshark-1.0.5\epan/etypes.h(410) : error C2061: syntax error : identifier 'etype_vals' C:\wireshark\wireshark-1.0.5\epan/etypes.h(410) : error

Re: [Wireshark-dev] make-dissector-reg.py error after svn up

2009-02-24 Thread Maynard, Chris
Same results here with SVN 27538. Running Python 2.6.1 on Windows XP. But a distclean straightened things out again. - Chris -Original Message- From: wireshark-dev-boun...@wireshark.org [mailto:wireshark-dev- boun...@wireshark.org] On Behalf Of Stephen Fisher Sent: Tuesday, February

[Wireshark-dev] Issue about make-tap-reg.py

2009-02-24 Thread Sean
Greetings, I found an issue when building the latest SVN build without defining PYTHON, the file ../tools/make-tap-reg.py referenced in gtk/Makefile.nmake doesn't exist. Thanks, Sean ___ Sent via:Wireshark-dev