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.