Ethereal-dev: Re: [Ethereal-dev] ldp_patch

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

From: Guy Harris <guy@xxxxxxxxxx>
Date: Mon, 21 Jan 2002 14:16:38 -0800 (PST)
> pls find attached a patch file for packet-ldp.c. It's based in version 1.23
> from CVS.

Checked in (with a cleanup to the way the top-level protocol tree item
is added - we have one per PDU, but not one additional one on top of
that, and the per-PDU one is added with
"proto_tree_add_protocol_format()" rather than "proto_tree_add_text()";
top-level protocol-tree items should *always* be added using a protocol
ID).