aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-tnef.c
diff options
context:
space:
mode:
authorgal <gal@f5534014-38df-0310-8fa8-9805f1628bb7>2007-07-25 19:11:02 +0000
committergal <gal@f5534014-38df-0310-8fa8-9805f1628bb7>2007-07-25 19:11:02 +0000
commit20ab2d7ef7c50d467d5bdce30f0c01423be1b812 (patch)
tree4663f53a871e4091031b13855c65e7e7d82e34d8 /epan/dissectors/packet-tnef.c
parent74550ab008694ee922ff0a4262bfa452605b45ad (diff)
Small cosmetic change to show Named Property name.
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@22402 f5534014-38df-0310-8fa8-9805f1628bb7
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);
+
}
}