aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-diffserv-mpls-common.c
diff options
context:
space:
mode:
authorStig Bjørlykke <stig@bjorlykke.org>2009-07-08 07:48:13 +0000
committerStig Bjørlykke <stig@bjorlykke.org>2009-07-08 07:48:13 +0000
commitc0622654ed5188cd3b5f199a17df9d295f5e3a7b (patch)
tree3f71c81878e46e20cb566b9700ea7cb169589720 /epan/dissectors/packet-diffserv-mpls-common.c
parentb0f37069b7562ff3fa60b2b2397dba73c3f9a904 (diff)
From Kovarththanan Rajaratnam:
Duplicate name/blurb removal. svn path=/trunk/; revision=29012
Diffstat (limited to 'epan/dissectors/packet-diffserv-mpls-common.c')
-rw-r--r--epan/dissectors/packet-diffserv-mpls-common.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-diffserv-mpls-common.c b/epan/dissectors/packet-diffserv-mpls-common.c
index 6f6abddd4c..d1907a3a74 100644
--- a/epan/dissectors/packet-diffserv-mpls-common.c
+++ b/epan/dissectors/packet-diffserv-mpls-common.c
@@ -90,7 +90,7 @@ dissect_diffserv_mpls_common(tvbuff_t *tvb, proto_tree *tree, int type,
/* PHBID subtree */
sub_ti = proto_tree_add_item(tree2, hf_phbid, tvb, offset, 2, FALSE);
phbid_subtree = proto_item_add_subtree(sub_ti, ett_map_phbid);
- proto_item_set_text(sub_ti, "%s: ", (type == 1) ? "PHBID" : "PSC");
+ proto_item_set_text(sub_ti, "%s: ", (type == 1) ? PHBID_DESCRIPTION : "PSC");
phbid = tvb_get_ntohs(tvb, offset);
if ((phbid & 1) == 0) {