aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-sgsap.c
diff options
context:
space:
mode:
Diffstat (limited to 'epan/dissectors/packet-sgsap.c')
-rw-r--r--epan/dissectors/packet-sgsap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-sgsap.c b/epan/dissectors/packet-sgsap.c
index 0b4e6407d3..392e43a575 100644
--- a/epan/dissectors/packet-sgsap.c
+++ b/epan/dissectors/packet-sgsap.c
@@ -1733,7 +1733,7 @@ proto_reg_handoff_sgsap(void)
static range_t *sgsap_port_range;
sgsap_handle = find_dissector("sgsap");
- gsm_a_dtap_handle = find_dissector("gsm_a_dtap");
+ gsm_a_dtap_handle = find_dissector_add_dependency("gsm_a_dtap", proto_sgsap);
if (!Initialized) {
dissector_add_for_decode_as("sctp.port", sgsap_handle);