aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-turnchannel.c
diff options
context:
space:
mode:
Diffstat (limited to 'epan/dissectors/packet-turnchannel.c')
-rw-r--r--epan/dissectors/packet-turnchannel.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-turnchannel.c b/epan/dissectors/packet-turnchannel.c
index 6376e07b31..985b473c66 100644
--- a/epan/dissectors/packet-turnchannel.c
+++ b/epan/dissectors/packet-turnchannel.c
@@ -190,7 +190,7 @@ proto_register_turnchannel(void)
proto_turnchannel);
/* subdissectors */
- register_heur_dissector_list("turnchannel", &heur_subdissector_list);
+ heur_subdissector_list = register_heur_dissector_list("turnchannel");
/* Required function calls to register the header fields and subtrees used */
proto_register_field_array(proto_turnchannel, hf, array_length(hf));