Ethereal-dev: [ethereal-dev] mpls display filter

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

From: Gilbert Ramirez <gram@xxxxxxxxxx>
Date: Mon, 13 Mar 2000 11:41:56 -0600
Ashok, I found the problem with running display filters on "mpls".

There are two items registered as "mpls"... the protocol itself
(proto_mpls), and mpls_filter[MPLSF_PACKET]. The display filter
code looks for the latter, while the former is the one that is
actually in the proto_tree.

--gilbert