Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Ethereal-dev: Re: [Ethereal-dev] Small patch for MPLS dissector

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: Wed, 22 Sep 2004 01:11:54 -0700
Carlos Pignataro wrote:

Please find attached diffs to packet-mpls.c to append MPLS fields and values
to the MPLS Header subtree and correct the string displayed for MPLS Label.

That also means that you can't use the special MPLS label strings in display filters.

Should it, instead, use "proto_tree_add_uint_format()" for the "label > MAX_RESERVED" case, so that non-special labels don't get displayed as "Unknown"?