aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-rtp.c
diff options
context:
space:
mode:
authorJeff Morriss <jeff.morriss@ulticom.com>2012-02-14 02:57:48 +0000
committerJeff Morriss <jeff.morriss@ulticom.com>2012-02-14 02:57:48 +0000
commit045c1d6a1e1005d41dc9a04e9195d67912104f7b (patch)
treea269b81ab15cc834bdb961ebeb8fafd0d471220d /epan/dissectors/packet-rtp.c
parent0cb2500e454acb1b3197188b91e798b001dd5b2a (diff)
This dissector calls process_reassembled_data() so there's no need for it to
manually insert the fragment data to the tree (by calling show_fragment_tree()); doing both just means the fragments get added to the tree twice. svn path=/trunk/; revision=41022
Diffstat (limited to 'epan/dissectors/packet-rtp.c')
-rw-r--r--epan/dissectors/packet-rtp.c12
1 files changed, 0 insertions, 12 deletions
diff --git a/epan/dissectors/packet-rtp.c b/epan/dissectors/packet-rtp.c
index 90a47c90ff..a641ce3c51 100644
--- a/epan/dissectors/packet-rtp.c
+++ b/epan/dissectors/packet-rtp.c
@@ -917,18 +917,6 @@ dissect_rtp_data( tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree,
}
else
{
- /*
- * Data was dissected so add the protocol tree to the display
- */
- proto_item *rtp_tree_item, *frag_tree_item;
- /* this nargery is to insert the fragment tree into the main tree
- * between the RTP protocol entry and the subdissector entry */
- show_fragment_tree(fd_head, &rtp_fragment_items, tree, pinfo, newtvb, &frag_tree_item);
- rtp_tree_item = proto_tree_get_parent( rtp_tree );
- if( frag_tree_item && rtp_tree_item )
- proto_tree_move_item( tree, rtp_tree_item, frag_tree_item );
-
-
if(pinfo->desegment_len)
{
/* the higher-level dissector has asked for some more data - ie,