summaryrefslogtreecommitdiff
path: root/epan/dissectors/packet-wbxml.c
diff options
context:
space:
mode:
Diffstat (limited to 'epan/dissectors/packet-wbxml.c')
-rw-r--r--epan/dissectors/packet-wbxml.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-wbxml.c b/epan/dissectors/packet-wbxml.c
index b80a050793..4c763b3124 100644
--- a/epan/dissectors/packet-wbxml.c
+++ b/epan/dissectors/packet-wbxml.c
@@ -8339,7 +8339,7 @@ proto_reg_handoff_wbxml(void)
* heur_dissector_add("wsp", dissect_wbxml_heur, proto_wbxml);
*/
- wbxml_handle = create_dissector_handle(dissect_wbxml, proto_wbxml);
+ wbxml_handle = find_dissector("wbxml");
/* Register the WSP content types (defined as protocol port)
* for WBXML dissection.