Ethereal

[Ethereal-users] Dissector Bug in H.248?
Google
 
Web Ethereal.com

Home | Introduction | Documentation | Lists | FAQ | Development | Wiki | Bugs

Ethereal-users: May 2006


On 5/3/06, Roger Mahler <roger.mahler@xxxxxxx> wrote:
> Hello
>
> How come I get "Dissector bug, Protocol H248" with the attached frame? 
> Am I doing something wrong with the Preference Settings or is there a 
> bug in the dissector.

Bug of mine:
To fix please change the lines:

<			memcpy((guint8*)m->hi_addr,hi_addr->data,4);
<			memcpy((guint8*)m->lo_addr,lo_addr->data,4);
--
>			memcpy((guint8*)&(m->hi_addr),hi_addr->data,4);
>			memcpy((guint8*)&(m->lo_addr),lo_addr->data,4);

I've checked in the fix in revision 18093.

Brg
Anders



Powered by MHonArc 2.6.10