URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=210dc9b3019246803f97880802c8faf9a70a4aa8
Submitter: Michael Mann (mmann78@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
210dc9b by Michael Mann (mmann78@xxxxxxxxxxxx):
new_create_dissector_handle -> create_dissector_handle for plugins.
Change-Id: I0d485b1337c669291ad58b6c096657ce2db353c8
Reviewed-on: https://code.wireshark.org/review/12516
Reviewed-by: Michael Mann <mmann78@xxxxxxxxxxxx>
Actions performed:
from 1474f49 new_register_dissector -> register_dissector for remaining uses.
adds 210dc9b new_create_dissector_handle -> create_dissector_handle for plugins.
Summary of changes:
plugins/ethercat/packet-ams.c | 2 +-
plugins/ethercat/packet-ethercat-datagram.c | 2 +-
plugins/ethercat/packet-ioraw.c | 2 +-
plugins/ethercat/packet-nv.c | 2 +-
plugins/gryphon/packet-gryphon.c | 2 +-
plugins/m2m/packet-m2m.c | 2 +-
plugins/opcua/opcua.c | 2 +-
plugins/profinet/packet-pn-mrp.c | 2 +-
plugins/profinet/packet-pn-rt.c | 2 +-
plugins/tpg/packet-http.c | 2 +-
plugins/unistim/packet-unistim.c | 2 +-
plugins/wimax/msg_aas_beam.c | 2 +-
plugins/wimax/msg_aas_fbck.c | 4 ++--
plugins/wimax/msg_arq.c | 6 +++---
plugins/wimax/msg_clk_cmp.c | 2 +-
plugins/wimax/msg_dcd.c | 2 +-
plugins/wimax/msg_dlmap.c | 2 +-
plugins/wimax/msg_dreg.c | 4 ++--
plugins/wimax/msg_dsa.c | 6 +++---
plugins/wimax/msg_dsc.c | 6 +++---
plugins/wimax/msg_dsd.c | 4 ++--
plugins/wimax/msg_dsx_rvd.c | 2 +-
plugins/wimax/msg_fpc.c | 2 +-
plugins/wimax/msg_pkm.c | 4 ++--
plugins/wimax/msg_pmc.c | 4 ++--
plugins/wimax/msg_prc_lt_ctrl.c | 2 +-
plugins/wimax/msg_reg_req.c | 2 +-
plugins/wimax/msg_reg_rsp.c | 2 +-
plugins/wimax/msg_rep.c | 4 ++--
plugins/wimax/msg_res_cmd.c | 2 +-
plugins/wimax/msg_rng_req.c | 2 +-
plugins/wimax/msg_rng_rsp.c | 2 +-
plugins/wimax/msg_sbc.c | 4 ++--
plugins/wimax/msg_ucd.c | 2 +-
plugins/wimax/msg_ulmap.c | 2 +-
plugins/wimaxasncp/packet-wimaxasncp.c | 4 ++--
plugins/wimaxmacphy/packet-wimaxmacphy.c | 2 +-
tools/npl/npl.c | 2 +-
38 files changed, 52 insertions(+), 52 deletions(-)