add number of defragmented bytes to the expert info output

svn path=/trunk/; revision=15771
This commit is contained in:
Ulf Lamping 2005-09-12 20:02:58 +00:00
parent 75b9062c44
commit ff50ef8490
1 changed files with 3 additions and 2 deletions

View File

@ -3148,8 +3148,9 @@ end_cn_stub:
pinfo->fragmented = FALSE;
expert_add_info_format(pinfo, NULL, PI_REASSEMBLE, PI_CHAT,
"%s fragment, reassembled here in #%u", fragment_type(hdr->flags), fd_head->reassembled_in);
expert_add_info_format(pinfo, frag_tree_item, PI_REASSEMBLE, PI_CHAT,
"%s fragment, %u bytes reassembled here in #%u",
fragment_type(hdr->flags), fd_head->len, fd_head->reassembled_in);
dcerpc_try_handoff (pinfo, tree, dcerpc_tree, next_tvb,
next_tvb, hdr->drep, di, auth_info);