aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-gmr1_rr.c
diff options
context:
space:
mode:
Diffstat (limited to 'epan/dissectors/packet-gmr1_rr.c')
-rw-r--r--epan/dissectors/packet-gmr1_rr.c11
1 files changed, 1 insertions, 10 deletions
diff --git a/epan/dissectors/packet-gmr1_rr.c b/epan/dissectors/packet-gmr1_rr.c
index bd06ef0439..fd47e47586 100644
--- a/epan/dissectors/packet-gmr1_rr.c
+++ b/epan/dissectors/packet-gmr1_rr.c
@@ -50,9 +50,6 @@ static gint ett_msg_ccch = -1;
static gint ett_rr_pd = -1;
-/* Handoffs */
-static dissector_handle_t data_handle;
-
/* ------------------------------------------------------------------------ */
@@ -1897,7 +1894,7 @@ dissect_gmr1_ccch(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree, void* dat
/* Error handling */
err:
- call_dissector(data_handle, tvb, pinfo, tree);
+ call_data_dissector(tvb, pinfo, tree);
return tvb_captured_length(tvb);
}
@@ -2459,12 +2456,6 @@ proto_register_gmr1_rr(void)
register_dissector("gmr1_ccch", dissect_gmr1_ccch, proto_gmr1_ccch);
}
-void
-proto_reg_handoff_gmr1_rr(void)
-{
- data_handle = find_dissector("data");
-}
-
/*
* Editor modelines - http://www.wireshark.org/tools/modelines.html
*