summaryrefslogtreecommitdiff
path: root/epan/dissectors/packet-wbxml.c
diff options
context:
space:
mode:
authorBill Meier <wmeier@newsguy.com>2008-09-30 14:49:44 +0000
committerBill Meier <wmeier@newsguy.com>2008-09-30 14:49:44 +0000
commitaa30dcd1293b7eb218140724a377092afa35ffb3 (patch)
tree21bec07f4ce388acf73efea72c9696b307917019 /epan/dissectors/packet-wbxml.c
parent09bef39f3d55816f2ea3374972bf97c244775ed8 (diff)
downloadwireshark-aa30dcd1293b7eb218140724a377092afa35ffb3.tar.gz
Minor proto_reg_handoff cleanup: use find_dissector when appropriate.
svn path=/trunk/; revision=26308
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.