aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-netbios.c
diff options
context:
space:
mode:
authorUlf Lamping <ulf.lamping@web.de>2005-06-02 20:55:58 +0000
committerUlf Lamping <ulf.lamping@web.de>2005-06-02 20:55:58 +0000
commit56a9fe6d2aa20d474871f7c6e86a656a51677c9d (patch)
tree302399483b99c4538315237d284ca147d9e34a53 /epan/dissectors/packet-netbios.c
parentb575d9730968bca70e9dd21e7b6b2a342cf43690 (diff)
add a generated toplevel line between the connectionless DCE/RPC protocol and the defragmented DCE/RPC content, to better understand what's going on if defragmentation is done.
svn path=/trunk/; revision=14531
Diffstat (limited to 'epan/dissectors/packet-netbios.c')
-rw-r--r--epan/dissectors/packet-netbios.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/epan/dissectors/packet-netbios.c b/epan/dissectors/packet-netbios.c
index 1d3b29289f..863c2bc152 100644
--- a/epan/dissectors/packet-netbios.c
+++ b/epan/dissectors/packet-netbios.c
@@ -1211,10 +1211,12 @@ dissect_netbios(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree)
"Reassembled NetBIOS");
/* Show all fragments. */
if (tree) {
+ proto_item *frag_tree_item;
+
show_fragment_seq_tree(fd_head,
&netbios_frag_items,
netb_tree, pinfo,
- next_tvb);
+ next_tvb, &frag_tree_item);
}
} else {
next_tvb = tvb_new_subset(tvb,