Ethereal-dev: Re: [ethereal-dev] Mobile IP Protocol Decode

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

From: Gilbert Ramirez <gram@xxxxxxxxxx>
Date: Sat, 27 May 2000 08:57:19 -0500
On Fri, May 26, 2000 at 08:10:11AM -0400, Stefan Raab wrote:
> I have attached a 0.5 version of a Mobile IP protocol decode. This
> initial release does not support any extensions to the protocol, but
> does handle all the basic registration messages.
> 
> --stefan

Thanks, I checked it in. I made a few changes. I got rid of packet-mip.h,
since it wasn't needed. I converted the routines to use tvbuff's. There's
been a lot of code change between 0.8.8 and the current CVS, including
the changing of how Ethereal reads data from packets and how it puts data
into the proto_tree.

If possible, can you checkout the source from CVS and make sure the changes
I made didn't change the behavior of dissect_mip()?

--gilbert