ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
July 17th, 2024 | 10:00am-11:55am SGT (UTC+8) | Online

Ethereal-dev: RE: [Ethereal-dev] Patch: BUG: H323 VoIP Calls not working

Note: This archive is from the project's previous web site, ethereal.com. This list is no longer active.

From: "Anders Broman (AL/EAB)" <anders.broman@xxxxxxxxxxxx>
Date: Fri, 2 Jun 2006 09:19:05 +0200
Checked in. Please note that we are currently having some problems, so
the patch may not be in the public svn repo for a few days...
Brg
Anders  

-----Original Message-----
From: ethereal-dev-bounces@xxxxxxxxxxxx
[mailto:ethereal-dev-bounces@xxxxxxxxxxxx] On Behalf Of Cvetan Ivanov
Sent: den 1 juni 2006 12:31
To: Ethereal development
Subject: Re: [Ethereal-dev] Patch: BUG: H323 VoIP Calls not working

Hello,

Thomas Sillaber wrote:
> Hola List,
> 
> the Voip Calls Feature is not working correctly with H.323 (SIP is
working).
>  The Calls are not reassembled correctly. For every packet a new line 
> is displayed.
> 

It seems to me that in gtk/voip_calls.c tmp_h323info->guid is pointer
itself, therefore:
memcmp(&tmp_h323info->guid
should in fact read:
memcmp(tmp_h323info->guid

Attached is a one line patch that seems to fix the h323 call graph for
me.

Best regards,

Cvetan

--
Cvetan Ivanov
System Administrator
SpectrumNet Jsc.
+35929657613 Office
_______________________________________________
Ethereal-dev mailing list
Ethereal-dev@xxxxxxxxxxxx
http://www.ethereal.com/mailman/listinfo/ethereal-dev