Ethereal-users: Re: [Ethereal-users] Ethereal PIM-Decode on WinNT 4.0 machine

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

From: Guy Harris <gharris@xxxxxxxxx>
Date: Fri, 27 Dec 2002 14:56:38 -0800
On Fri, Dec 27, 2002 at 06:58:00PM +0100, Martin Regner wrote:
> I made a small change by replacing the lines (dissect_pim):
>       off += advance;
>   }
>      }
>     breakbreak3:
> 
> with the lines:
>       off += advance;
>   }
>   offset = off;
>      }
>     breakbreak3:

I made that fix manually and checked it in (a patch would've been
useful).

> ... and then it seems that the dissection works correctly for your capture.

Was the capture sent to the list, or did he just send you a copy, or did
you reconstruct it?

> There seems to be a similar fault in dissect_pimv1.

I made a similar fix and checked that in as well.