Put the strings for the X-Mms-Previously-Sent-By header under the MMSE

tree rather than at the top level.

svn path=/trunk/; revision=12804
This commit is contained in:
Guy Harris 2004-12-21 20:03:47 +00:00
parent 9461951d50
commit 5694ead821
1 changed files with 2 additions and 2 deletions

View File

@ -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)",