aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-mmse.c
diff options
context:
space:
mode:
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2004-12-21 20:03:47 +0000
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2004-12-21 20:03:47 +0000
commite3f3227be4c406e2824dfdf44defdc2475e65f55 (patch)
tree827a1922c41870410afeb290d02940f94d71b905 /epan/dissectors/packet-mmse.c
parentdea0ec440d5b4119797ac320bed16b7d2b6fa760 (diff)
Put the strings for the X-Mms-Previously-Sent-By header under the MMSE
tree rather than at the top level. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@12804 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'epan/dissectors/packet-mmse.c')
-rw-r--r--epan/dissectors/packet-mmse.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/epan/dissectors/packet-mmse.c b/epan/dissectors/packet-mmse.c
index 87ddfadc8c..4fcfbb419f 100644
--- a/epan/dissectors/packet-mmse.c
+++ b/epan/dissectors/packet-mmse.c
@@ -1168,7 +1168,7 @@ dissect_mmse(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree, guint8 pdut,
count2 = get_encoded_strval(tvb,
offset + count + count1, &strval);
/* Now render the fields */
- ti = proto_tree_add_string_format(tree,
+ ti = proto_tree_add_string_format(mmse_tree,
hf_mmse_prev_sent_by,
tvb, offset - 1, 1 + count + length,
strval, "%s (Forwarded-count=%u)",
@@ -1204,7 +1204,7 @@ dissect_mmse(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree, guint8 pdut,
tmptime.nsecs = 0;
strval = abs_time_to_str(&tmptime);
/* Now render the fields */
- ti = proto_tree_add_string_format(tree,
+ ti = proto_tree_add_string_format(mmse_tree,
hf_mmse_prev_sent_date,
tvb, offset - 1, 1 + count + length,
strval, "%s (Forwarded-count=%u)",