Ethereal-dev: Re: [Ethereal-dev] a patch for packet-dec-bpdu.c

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

From: Guy Harris <gharris@xxxxxxxxxxxx>
Date: Sat, 6 Jan 2001 16:24:55 -0800
On Sat, Jan 06, 2001 at 03:13:24PM +0200, Paul Ionescu wrote:
> Attached to this email is a patch to packet-dec-bpdu.c. (I am sorry I
> didn't find out this yesterday when I send the full dissector, but there
> is no information about "tvb_set_reported_length()" in README.developer

Documentation often lags development; I put "tvb_set_reported_length()"
for the purpose for which I assume you added the call to it (so that,
for example, a protocol that runs atop Ethernet, such as IP, and that
has its own notion of the length of a packet can set the length of the
packet it was handed to conform to its notion, allowing the Ethernet
dissector to know how much of the packet was trailer), but haven't yet
updated "README.developer".  I'll do that at some point.

> Please commit if it is ok.

Checked in.