Re: [Wireshark-dev] RTPS & RTPS2 packet dissectors

2009-03-03 Thread Fabrizio Bertocci
Thanks Jaap, Actually somehow I thought the right way to send patch was to send the patch file to the mailing list... oh well... Will open the bug. Fabrizio On Mar 3, 2009, at 8:35 PM, Jaap Keuter wrote: > Hi Fabrizio, > > The best thing to do is to open an Enhancement bug in > bugs.wireshark

Re: [Wireshark-dev] RTPS & RTPS2 packet dissectors

2009-03-03 Thread Jaap Keuter
Hi Fabrizio, The best thing to do is to open an Enhancement bug in bugs.wireshark.org and attach your patch there. That way it won't get lost in the mailinglist and can discussions be tracked with the relevant code. Thanx, Jaap Fabrizio Bertocci wrote: > Jaap, > Thanks for your reply. > I woul

Re: [Wireshark-dev] RTPS & RTPS2 packet dissectors

2009-03-03 Thread Fabrizio Bertocci
Jaap, Thanks for your reply. I would like to submit a patch to the existing RTPS & RTPS2 packet dissectors available on the development trunk. See attached patch file. This patch apply to the latest version that I took just now from the trunk of the SVN repository. It contains various fixes and s

Re: [Wireshark-dev] [Wireshark-commits] rev 27595: /trunk/epan/dissectors/ /trunk/epan/dissectors/: packet-x25.c

2009-03-03 Thread Guy Harris
On Mar 3, 2009, at 4:28 PM, Stephen Fisher wrote: > Should these be obsoleted? No. Instead, set_pref() should be modified to look for preferences for the "x.25" module, and map those to the "x25" module. See the code following the /* To which module does this preference belong? */

Re: [Wireshark-dev] [Wireshark-commits] rev 27595: /trunk/epan/dissectors/ /trunk/epan/dissectors/: packet-x25.c

2009-03-03 Thread Stephen Fisher
On Tue, Mar 03, 2009 at 10:00:11PM +, s...@wireshark.org wrote: > http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=27595 > > User: stig > Date: 2009/03/03 02:00 PM > > Log: > Renamed filter name to x25 to be like other X protocols. > > Directory: /trunk/epan/dissectors/ >

Re: [Wireshark-dev] Fwd: dissector question- reasembling packets

2009-03-03 Thread Stephen Fisher
On Tue, Mar 03, 2009 at 11:12:08AM +0200, wrote: > i've implemented a dissector in the development version of wireshark > and it worked . > when i placed the dissectors dill's in the release version , the > dissector failed . > i've debbuged it , and noticed that he function

[Wireshark-dev] buildbot failure in Wireshark (development) on Ubuntu-7.10-x86-64

2009-03-03 Thread buildbot-no-reply
The Buildbot has detected a new failure of Ubuntu-7.10-x86-64 on Wireshark (development). Full details are available at: http://buildbot.wireshark.org/trunk/builders/Ubuntu-7.10-x86-64/builds/740 Buildbot URL: http://buildbot.wireshark.org/trunk/ Buildslave for this Build: ubuntu-7.10-x86 Buil

Re: [Wireshark-dev] Using a dll in a custom dissector

2009-03-03 Thread gogrady
I was hoping someone would have tried something like this before so they could help me. I'm having a problem with the LoadLibrary line i'm pretty sure. Wireshark will load, but when i go to dissect my packets, it freezes. I'm not sure how to fix this or what exactly is happening. If anyone could

[Wireshark-dev] dissector question- reasembling packets

2009-03-03 Thread יוני תובל
hi , i've implemented a dissector in the development version of wireshark and it worked . when i placed the dissectors dill's in the release version , the dissector failed . i've debbuged it , and noticed that he function : * **tcp_dissect_pdus*behaves differently between both version . i am usin

Re: [Wireshark-dev] release versions

2009-03-03 Thread Jeff Morriss
יוני תובל wrote: > hello > > > i've noticed code changes between the release version 1.06 and the > development version 1.12 > can i assume that version 1.12 code is the most recent code and will be > released sooner or later ? Yes. See: http://wiki.wireshark.org/Development/Roadmap and

[Wireshark-dev] release versions

2009-03-03 Thread יוני תובל
hello i've noticed code changes between the release version 1.06 and the development version 1.12 can i assume that version 1.12 code is the most recent code and will be released sooner or later ? Thanks Yonatan ___ Sent v

Re: [Wireshark-dev] perfrences data

2009-03-03 Thread Bill Meier
יוני תובל wrote: > question > > i wanne compare perfrences between two versions of wireshark > is there some sort of xml / text file that contains the perfrences data ? > > > In Wireshark: Help ! About Wireshark ! Folders ! Personal Configuration will show the directory where the 'preference

[Wireshark-dev] perfrences data

2009-03-03 Thread יוני תובל
question i wanne compare perfrences between two versions of wireshark is there some sort of xml / text file that contains the perfrences data ? ___ Sent via:Wireshark-dev mailing list Archives:http://www.wireshark.org

Re: [Wireshark-dev] decoding depth & capture format ==> SOLVED

2009-03-03 Thread Marc Lebas
Hi Jeff, You are right. Actually it was a plain user issue Thanks a lot for your help. Marc -Message d'origine- De : wireshark-dev-boun...@wireshark.org [mailto:wireshark-dev-boun...@wireshark.org] De la part de Jeff Morriss Envoyé : lundi 2 mars 2009 17:28 À : Developer support list fo

Re: [Wireshark-dev] Fwd: dissector question- reasembling packets

2009-03-03 Thread Guy Harris
On Mar 3, 2009, at 1:12 AM, יוני תובל wrote: > i've implemented a dissector in the development version of wireshark > and it worked . > when i placed the dissectors dill's in the release version , the > dissector failed . > i've debbuged it , and noticed that he function : tcp_dissect_pdus

[Wireshark-dev] Fwd: dissector question- reasembling packets

2009-03-03 Thread יוני תובל
hi , i've implemented a dissector in the development version of wireshark and it worked . when i placed the dissectors dill's in the release version , the dissector failed . i've debbuged it , and noticed that he function : * **tcp_dissect_pdus*behaves differently between both version . i am usi