Renamed reassembled snmp bytes buffer to "Reassembled SMTP".

svn path=/trunk/; revision=37470
This commit is contained in:
Stig Bjørlykke 2011-05-30 12:43:35 +00:00
parent f8425c99a6
commit 26ba5d5714
1 changed files with 1 additions and 1 deletions

View File

@ -742,7 +742,7 @@ dissect_smtp(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree)
}
if (smtp_data_desegment) {
next_tvb = process_reassembled_data(tvb, offset, pinfo, "Reassembled DATA",
next_tvb = process_reassembled_data(tvb, offset, pinfo, "Reassembled SMTP",
frag_msg, &smtp_data_frag_items, NULL, smtp_tree);
if (next_tvb) {
/* XXX: this is presumptious - we may have negotiated something else */