aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-mtp3mg.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-mtp3mg.c
parent09bef39f3d55816f2ea3374972bf97c244775ed8 (diff)
Minor proto_reg_handoff cleanup: use find_dissector when appropriate.
svn path=/trunk/; revision=26308
Diffstat (limited to 'epan/dissectors/packet-mtp3mg.c')
-rw-r--r--epan/dissectors/packet-mtp3mg.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-mtp3mg.c b/epan/dissectors/packet-mtp3mg.c
index 3e5157e7e1..107f437aa1 100644
--- a/epan/dissectors/packet-mtp3mg.c
+++ b/epan/dissectors/packet-mtp3mg.c
@@ -1532,7 +1532,7 @@ proto_reg_handoff_mtp3mg(void)
{
dissector_handle_t mtp3mg_handle;
- mtp3mg_handle = create_dissector_handle(dissect_mtp3mg, proto_mtp3mg);
+ mtp3mg_handle = find_dissector("mtp3mg");
dissector_add("mtp3.service_indicator", MTP3MG_SI, mtp3mg_handle);