Ethereal-dev: Re: [Ethereal-dev] New dissector: IBM RPL (Remote Program Load) protocol

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: Sun, 3 Nov 2002 12:13:06 -0800
On Sun, Nov 03, 2002 at 12:57:59PM +0100, Jochen Friedrich wrote:
> this patch fixes this problem.

Checked in, along with the change to the file name in the introductory
comment, and:

	Removing the unnecessary include of "prefs.h" (the RPL dissector
	has no preference settings);

	making the MAC address fields FT_ETHER rather than FT_BYTES (so
	that they are displayed like MAC addresses - FT_ETHER really
	means FT_MAC, and can be used with Token Ring, FDDI, 802.11,
	etc. addresses);

	removing the CRs at the ends of lines.