URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=3ca5e3ec7d9ad8c2b1ccb0cf9a5d56a1949766fa
Submitter: Michael Mann (mmann78@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
3ca5e3e by Michael Mann (mmann78@xxxxxxxxxxxx):
create_dissector_handle -> new_create_dissector_handle for plugins
Was able to actually convert all calls to "new style"
Change-Id: If9916a4762d410f2ad12aa5431174d7462dc7ac4
Reviewed-on: https://code.wireshark.org/review/11941
Petri-Dish: Michael Mann <mmann78@xxxxxxxxxxxx>
Reviewed-by: Michael Mann <mmann78@xxxxxxxxxxxx>
Actions performed:
from 8826db5 [iso14443] add simple components of an R-block
adds 3ca5e3e create_dissector_handle -> new_create_dissector_handle for plugins
Summary of changes:
plugins/ethercat/packet-ethercat-datagram.c | 5 +++--
plugins/ethercat/packet-ioraw.c | 5 +++--
plugins/ethercat/packet-nv.c | 5 +++--
plugins/m2m/packet-m2m.c | 5 +++--
plugins/profinet/packet-pn-mrp.c | 7 ++++---
plugins/profinet/packet-pn-rt.c | 11 +++++------
plugins/tpg/packet-http.c | 6 +++---
plugins/wimax/msg_aas_fbck.c | 10 ++++++----
plugins/wimax/msg_arq.c | 15 +++++++++------
plugins/wimax/msg_clk_cmp.c | 5 +++--
plugins/wimax/msg_dcd.c | 5 +++--
plugins/wimax/msg_dlmap.c | 5 +++--
plugins/wimax/msg_dreg.c | 10 ++++++----
plugins/wimax/msg_dsa.c | 15 +++++++++------
plugins/wimax/msg_dsc.c | 10 ++++++----
plugins/wimax/msg_dsd.c | 10 ++++++----
plugins/wimax/msg_dsx_rvd.c | 5 +++--
plugins/wimax/msg_fpc.c | 5 +++--
plugins/wimax/msg_pkm.c | 10 ++++++----
plugins/wimax/msg_pmc.c | 10 ++++++----
plugins/wimax/msg_prc_lt_ctrl.c | 5 +++--
plugins/wimax/msg_reg_req.c | 5 +++--
plugins/wimax/msg_rep.c | 10 ++++++----
plugins/wimax/msg_res_cmd.c | 5 +++--
plugins/wimax/msg_rng_req.c | 5 +++--
plugins/wimax/msg_rng_rsp.c | 5 +++--
plugins/wimax/msg_sbc.c | 5 +++--
plugins/wimax/msg_ucd.c | 5 +++--
plugins/wimax/msg_ulmap.c | 5 +++--
29 files changed, 123 insertions(+), 86 deletions(-)