aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-tnef.c
diff options
context:
space:
mode:
authorGraeme Lunt <graeme.lunt@smhs.co.uk>2007-07-25 19:11:02 +0000
committerGraeme Lunt <graeme.lunt@smhs.co.uk>2007-07-25 19:11:02 +0000
commitbd559bc7e5493192ca9287eea78482e36fa09241 (patch)
tree4663f53a871e4091031b13855c65e7e7d82e34d8 /epan/dissectors/packet-tnef.c
parentd363af82bf6da8a39907c270426f8b6bc0f5660f (diff)
Small cosmetic change to show Named Property name.
svn path=/trunk/; revision=22402
Diffstat (limited to 'epan/dissectors/packet-tnef.c')
-rw-r--r--epan/dissectors/packet-tnef.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/epan/dissectors/packet-tnef.c b/epan/dissectors/packet-tnef.c
index d9edcb83c6..09094e2676 100644
--- a/epan/dissectors/packet-tnef.c
+++ b/epan/dissectors/packet-tnef.c
@@ -413,6 +413,9 @@ static void dissect_mapiprops(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tre
proto_tree_add_item(tag_tree, hf_tnef_property_padding, tvb, offset, padding, TRUE);
offset += padding;
}
+
+ proto_item_append_text(prop_item, " [Named Property: %s]", name_string);
+
}
}