summaryrefslogtreecommitdiff
path: root/plugins/wimaxasncp
diff options
context:
space:
mode:
authorMichael Mann <mmann78@netscape.net>2015-12-10 20:56:03 -0500
committerMichael Mann <mmann78@netscape.net>2015-12-11 03:42:37 +0000
commit1474f49f190e5cee4d049d91d360c3d7780ec3d8 (patch)
tree54f2d16e3184f70ce00d90cce79f0f0ed0635f8b /plugins/wimaxasncp
parentad328d97a6cd9253c6fbd74b6ccca6c10be58201 (diff)
downloadwireshark-1474f49f190e5cee4d049d91d360c3d7780ec3d8.tar.gz
new_register_dissector -> register_dissector for remaining uses.
Mostly plugins, but also LUA and generated skinny dissector. Change-Id: Ifeb4205442f9a60875266b4e82841ff38b4fdb63 Reviewed-on: https://code.wireshark.org/review/12515 Reviewed-by: Michael Mann <mmann78@netscape.net>
Diffstat (limited to 'plugins/wimaxasncp')
-rw-r--r--plugins/wimaxasncp/packet-wimaxasncp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/wimaxasncp/packet-wimaxasncp.c b/plugins/wimaxasncp/packet-wimaxasncp.c
index d769d4643d..f22dfa9f78 100644
--- a/plugins/wimaxasncp/packet-wimaxasncp.c
+++ b/plugins/wimaxasncp/packet-wimaxasncp.c
@@ -3404,7 +3404,7 @@ proto_register_wimaxasncp(void)
/* Register this dissector by name */
- new_register_dissector("wimaxasncp", dissect_wimaxasncp, proto_wimaxasncp);
+ register_dissector("wimaxasncp", dissect_wimaxasncp, proto_wimaxasncp);
/* Register preferences module (See Section 2.6 for more on
* preferences) */