Re: [Ethereal-dev] Crash for get_tcp_conversation_data

2003-12-04 Thread Martin Regner
Guy Harris wrote: >I've checked in a change so that it stores the window scale option >value only if that option *and* the "Analyze TCP sequence numbers" >option are on (the former option says it requires the latter - and, in >fact, it does, as otherwise we don't set up conversations for TCP >

Re: Re: [Ethereal-dev] Crash for get_tcp_conversation_data

2003-12-04 Thread martin.regner
Guy Harris wrote: > The problem is, I suspect, that the new code for attaching window > scaling option information to a conversation is used regardless of > whether TCP sequence analysis is enabled, and that code calls > "get_tcp_conversation_data()", which assumes that "tcp_analysis_chunk" > is no

Re: [Ethereal-dev] Crash for get_tcp_conversation_data

2003-12-04 Thread Guy Harris
On Thu, Sep 18, 2003 at 08:21:38AM +0200, [EMAIL PROTECTED] wrote: > First I get this GTK warning: > > (etherea_rtp.exe:612): GLib-CRITICAL **: file gmem.c: line 747 (g_mem_chunk_allo > c): assertion `mem_chunk != NULL' failed The problem is, I suspect, that the new code for attaching window scal

Re: [Ethereal-dev] Crash for get_tcp_conversation_data

2003-12-03 Thread Martin Regner
Martin Regner wrote: >Guy Harris wrote: >> The problem is, I suspect, that the new code for attaching window >> scaling option information to a conversation is used regardless of >> whether TCP sequence analysis is enabled, and that code calls >> "get_tcp_conversation_data()", which assumes that "