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: "Ronnie Sahlberg" <ronnie_sahlberg@xxxxxxxxxxxxxx>
Date: Sun, 3 Nov 2002 09:35:18 +1100
From: "Jochen Friedrich"
Subject: [Ethereal-dev] New dissector: IBM RPL (Remote Program Load)
protocol
> this implements a dissector of the IBM RPL protocol as used by OS/2,
> Microsoft LAN Manager etc. I also attached a small sample trace of a 486
> loading memtest86 (GPLed memory tester) over Token Ring.

Checked in.


In the dissector, ett_rpl_container is the ett field that is used for every
single subtree.
This means that if you only expand a specific tree and then click on a
different rpl packet, ALL of them will suddently be expanded.
Is it possible to assign different ett_rpl_xxx fields for the different
subtree types?