Ethereal-users: Re: [Ethereal-users] Ethereal 0.9.0: Reporting 'Malformed Frame: SKINNY'

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

From: Guy Harris <guy@xxxxxxxxxx>
Date: Thu, 31 Jan 2002 12:43:48 -0800 (PST)
> In case you don't mind recompiling try to change the test into:
> 
>   if (hdr_data_length < 4 || hdr_data_length > 1024 ||
>         hdr_reserved != 0 || data_messageid > 0x011B) {

Another possibility is to disable the Skinny dissector from the dialog
box popped up by "Edit->Protocols"; the list of disabled protocols
can't, unfortunately, be saved, but at least it's better than nothing.