Re: [Wireshark-dev] Crash on Edit > Preferences

2008-12-03 Thread Abhik Sarkar
Hi Martin, Thanks... this fixed it. Seems to correspond to the first item at http://wiki.wireshark.org/Development/CommonProblems. Regards, Abhik. On Thu, Dec 4, 2008 at 6:56 AM, Abhik Sarkar <[EMAIL PROTECTED]> wrote: > Thanks Martin... I'll give that a shot. > > On Wed, Dec 3, 2008 at 11:55 PM

Re: [Wireshark-dev] Crash on Edit > Preferences

2008-12-03 Thread Abhik Sarkar
Hi Bill, Here are the answers. Guy, I think these answer your questions too. > Is this similar to bug #2053 ? > (https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=2053) No. > > When do you get the crash ? If you are displaying packets and the crash > happens when you exit edit ! preferences, th

Re: [Wireshark-dev] Crash on Edit > Preferences

2008-12-03 Thread Abhik Sarkar
Thanks Martin... I'll give that a shot. On Wed, Dec 3, 2008 at 11:55 PM, Martin Lutz <[EMAIL PROTECTED]> wrote: > Hi, > > I had the same problem. A clean build got me out of this. > > Regards, > Martin. ___ Wireshark-dev mailing list Wireshark-dev@wiresh

Re: [Wireshark-dev] [Wireshark-commits] rev 26904: /trunk/plugins/unistim/ /trunk/plugins/unistim/: packet-unistim.c

2008-12-03 Thread Jaap Keuter
Don, Care to comment on this one? Frankly I'm getting tired of going back and forth with this thing. Can't we sort it out once and for all? Thanx, Jaap On 3 dec 2008, at 22:35, Bill Meier <[EMAIL PROTECTED]> wrote: >> Log: >> From Don Newton: >> Set default port of Unistim back to 5000; The U

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

2008-12-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/482 Buildbot URL: http://buildbot.wireshark.org/trunk/ Buildslave for this Build: ubuntu-7.10-x86 Buil

Re: [Wireshark-dev] Crash on Edit > Preferences

2008-12-03 Thread didier
Hi, Le mercredi 03 décembre 2008 à 14:14 -0800, Guy Harris a écrit : > If you haven't changed any protocol preferences, that's another bug - > it shouldn't be doing any re-dissection if nothing that would affect > dissection was changed. > Currently opening the preferences dialog always trigg

Re: [Wireshark-dev] Crash on Edit > Preferences

2008-12-03 Thread Guy Harris
On Dec 3, 2008, at 11:10 AM, Abhik Sarkar wrote: > To investigate, I start Wireshark and then attach to it from VC++. > Then I go to Edit > Preferences. The result is that the program always > stops due to an access violation and VC++ opens the file packet-vnc.c > and breaks at this block in vnc_

Re: [Wireshark-dev] [Wireshark-commits] rev 26904: /trunk/plugins/unistim/ /trunk/plugins/unistim/: packet-unistim.c

2008-12-03 Thread Bill Meier
> Log: > From Don Newton: > Set default port of Unistim back to 5000; The Unistim dissector is made a > heuristic dissector. > Comment from the original code: /* Don't set this to 5000 until this dissector is made a heuristic one! static guint global_unistim_port = 5000; It co

Re: [Wireshark-dev] Crash on Edit > Preferences

2008-12-03 Thread Bill Meier
Abhik Sarkar wrote: > Hello All, > > My SVN copy of Wireshark has been, for a while, crashing when I go to > Edit > Preferences. I finally decided to get to the bottom of this and > have some very strange observations... but to start at the beginning: > OS: Windows XP Professional > SVN revision:

Re: [Wireshark-dev] Crash on Edit > Preferences

2008-12-03 Thread Martin Lutz
Hi, I had the same problem. A clean build got me out of this. Regards, Martin. On 03.12.2008, at 20:10, Abhik Sarkar wrote: > Hello All, > > My SVN copy of Wireshark has been, for a while, crashing when I go to > Edit > Preferences. I finally decided to get to the bottom of this and > have some

[Wireshark-dev] Crash on Edit > Preferences

2008-12-03 Thread Abhik Sarkar
Hello All, My SVN copy of Wireshark has been, for a while, crashing when I go to Edit > Preferences. I finally decided to get to the bottom of this and have some very strange observations... but to start at the beginning: OS: Windows XP Professional SVN revision: 26908 Build Env: VC++ 2008 EE To

Re: [Wireshark-dev] How to share enhanced plugin

2008-12-03 Thread rajith pr
But iam taking the rite one. The problem could be because of version incompatability ??? On Wed, Dec 3, 2008 at 6:44 PM, Martin Lutz <[EMAIL PROTECTED]> wrote: > Hi Rajith, > > then I don't know. Those steps worked for me. > The only thing I can imagine is, that you're taking the wrong file. You

Re: [Wireshark-dev] How to share enhanced plugin

2008-12-03 Thread Martin Lutz
Hi Rajith, then I don't know. Those steps worked for me. The only thing I can imagine is, that you're taking the wrong file. You have to distribute the one that is in your \wireshark\plugins\ directory and not that one from the \wireshark\wireshark-gtk2\plugins\ directory. Regards, Martin. Fr

Re: [Wireshark-dev] How to share enhanced plugin

2008-12-03 Thread rajith pr
Hi Martin, I have followed your steps and have been able to build the dll. But after pasting it into my wireshark older installation i stilll get the error. Thanks, Rajith. On Wed, Dec 3, 2008 at 3:16 PM, Stephen Fisher <[EMAIL PROTECTED]>wrote: > > On Wed, Dec 03, 2008 at 05:26:31PM +0800, Wan

Re: [Wireshark-dev] How to share enhanced plugin

2008-12-03 Thread Stephen Fisher
On Wed, Dec 03, 2008 at 05:26:31PM +0800, WangJing wrote: > I tried. but received : > mt: unknown option -- n > usage: mt [-V] [-f device] operation [count] > > This is at MSVC2005. > And I can use "nmake -f makefile.nmake packaging", generate installing > package. That looks like the mt progr

Re: [Wireshark-dev] How to share enhanced plugin

2008-12-03 Thread WangJing
I tried. but received : mt: unknown option -- n usage: mt [-V] [-f device] operation [count] This is at MSVC2005. And I can use "nmake -f makefile.nmake packaging", generate installing package. 2008/12/2 Martin Lutz <[EMAIL PROTECTED]> > Hi Rajith, > this command should be entered in the af

Re: [Wireshark-dev] wireshark GUI documentation

2008-12-03 Thread Stephen Fisher
On Wed, Dec 03, 2008 at 12:39:53AM -0800, Ru wrote: > has anyone written the packet capture data (currently writing in to > GUI) in to a file. I am trying to write to a file instead of writing > to GUI , can anyone post me a GUI documentation that i can use. Have a look at tshark, a command-lin

[Wireshark-dev] wireshark GUI documentation

2008-12-03 Thread Ru
Hi , has anyone written the packet capture data (currently writing in to GUI) in to a file. I am trying to write to a file instead of writing to GUI , can anyone post me a GUI documentation that i can use. Thanks in advance Ru ___ Wireshark-dev mailing li