From 3017b1fdb58f2e21985cceec36efb120d74b82b9 Mon Sep 17 00:00:00 2001 From: ulfl Date: Thu, 2 Jun 2005 20:55:58 +0000 Subject: 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. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@14531 f5534014-38df-0310-8fa8-9805f1628bb7 --- epan/dissectors/packet-netbios.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'epan/dissectors/packet-netbios.c') 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, -- cgit v1.2.3