aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-spice.c
diff options
context:
space:
mode:
Diffstat (limited to 'epan/dissectors/packet-spice.c')
-rw-r--r--epan/dissectors/packet-spice.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-spice.c b/epan/dissectors/packet-spice.c
index fd0f70f6e8..72b6497ab7 100644
--- a/epan/dissectors/packet-spice.c
+++ b/epan/dissectors/packet-spice.c
@@ -4565,7 +4565,7 @@ proto_reg_handoff_spice(void)
spice_handle = create_dissector_handle(dissect_spice, proto_spice);
dissector_add_for_decode_as("tcp.port", spice_handle);
heur_dissector_add("tcp", test_spice_protocol, "Spice over TCP", "spice_tcp", proto_spice, HEURISTIC_ENABLE);
- jpeg_handle = find_dissector("image-jfif");
+ jpeg_handle = find_dissector_add_dependency("image-jfif", proto_spice);
}
/*