Wireshark-commits: [Wireshark-commits] master 1474f49: new_register_dissector -> register_dissector
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Fri, 11 Dec 2015 03:42:47 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=1474f49f190e5cee4d049d91d360c3d7780ec3d8 Submitter: Michael Mann (mmann78@xxxxxxxxxxxx) Changed: branch: master Repository: wireshark Commits: 1474f49 by Michael Mann (mmann78@xxxxxxxxxxxx): 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@xxxxxxxxxxxx> Actions performed: from ad328d9 The Bridging Control Protocol is really two protocols. adds 1474f49 new_register_dissector -> register_dissector for remaining uses. Summary of changes: epan/dissectors/packet-skinny.c | 2 +- epan/dissectors/packet-skinny.c.in | 2 +- epan/wslua/wslua_dissector.c | 2 +- epan/wslua/wslua_proto.c | 4 ++-- plugins/docsis/packet-bintrngreq.c | 2 +- plugins/docsis/packet-bpkmattr.c | 2 +- plugins/docsis/packet-bpkmreq.c | 2 +- plugins/docsis/packet-bpkmrsp.c | 2 +- plugins/docsis/packet-cmctrlreq.c | 2 +- plugins/docsis/packet-cmctrlrsp.c | 2 +- plugins/docsis/packet-cmstatus.c | 2 +- plugins/docsis/packet-dbcack.c | 2 +- plugins/docsis/packet-dbcreq.c | 2 +- plugins/docsis/packet-dbcrsp.c | 2 +- plugins/docsis/packet-dccack.c | 2 +- plugins/docsis/packet-dccreq.c | 2 +- plugins/docsis/packet-dccrsp.c | 2 +- plugins/docsis/packet-dcd.c | 2 +- plugins/docsis/packet-docsis.c | 2 +- plugins/docsis/packet-dpvreq.c | 2 +- plugins/docsis/packet-dpvrsp.c | 2 +- plugins/docsis/packet-dsaack.c | 2 +- plugins/docsis/packet-dsareq.c | 2 +- plugins/docsis/packet-dsarsp.c | 2 +- plugins/docsis/packet-dscack.c | 2 +- plugins/docsis/packet-dscreq.c | 2 +- plugins/docsis/packet-dscrsp.c | 2 +- plugins/docsis/packet-dsdreq.c | 2 +- plugins/docsis/packet-dsdrsp.c | 2 +- plugins/docsis/packet-intrngreq.c | 2 +- plugins/docsis/packet-macmgmt.c | 2 +- plugins/docsis/packet-map.c | 2 +- plugins/docsis/packet-mdd.c | 2 +- plugins/docsis/packet-regack.c | 2 +- plugins/docsis/packet-regreq.c | 2 +- plugins/docsis/packet-regreqmp.c | 2 +- plugins/docsis/packet-regrsp.c | 2 +- plugins/docsis/packet-regrspmp.c | 2 +- plugins/docsis/packet-rngreq.c | 2 +- plugins/docsis/packet-rngrsp.c | 2 +- plugins/docsis/packet-sync.c | 2 +- plugins/docsis/packet-tlv-cmctrl.c | 2 +- plugins/docsis/packet-tlv.c | 2 +- plugins/docsis/packet-type29ucd.c | 2 +- plugins/docsis/packet-type35ucd.c | 2 +- plugins/docsis/packet-uccreq.c | 2 +- plugins/docsis/packet-uccrsp.c | 2 +- plugins/docsis/packet-ucd.c | 2 +- plugins/docsis/packet-vendor.c | 2 +- plugins/ethercat/packet-ams.c | 2 +- plugins/ethercat/packet-ecatmb.c | 2 +- plugins/ethercat/packet-esl.c | 2 +- plugins/ethercat/packet-ethercat-frame.c | 2 +- plugins/irda/packet-ircomm.c | 4 ++-- plugins/irda/packet-irda.c | 2 +- plugins/irda/packet-sir.c | 2 +- plugins/mate/packet-mate.c | 2 +- plugins/profinet/packet-dcerpc-pn-io.c | 2 +- plugins/wimax/mac_hd_generic_decoder.c | 2 +- plugins/wimax/mac_hd_type1_decoder.c | 2 +- plugins/wimax/mac_hd_type2_decoder.c | 2 +- plugins/wimax/mac_mgmt_msg_decoder.c | 2 +- plugins/wimax/msg_aas_beam.c | 6 +++--- plugins/wimax/msg_dsc.c | 2 +- plugins/wimax/msg_reg_rsp.c | 2 +- plugins/wimax/msg_sbc.c | 2 +- plugins/wimax/packet-wmx.c | 2 +- plugins/wimax/wimax_cdma_code_decoder.c | 2 +- plugins/wimax/wimax_fch_decoder.c | 2 +- plugins/wimax/wimax_ffb_decoder.c | 2 +- plugins/wimax/wimax_hack_decoder.c | 2 +- plugins/wimax/wimax_harq_map_decoder.c | 2 +- plugins/wimax/wimax_pdu_decoder.c | 2 +- plugins/wimax/wimax_phy_attributes_decoder.c | 2 +- plugins/wimaxasncp/packet-wimaxasncp.c | 2 +- 75 files changed, 79 insertions(+), 79 deletions(-)
- Prev by Date: [Wireshark-commits] master ad328d9: The Bridging Control Protocol is really two protocols.
- Next by Date: [Wireshark-commits] master 210dc9b: new_create_dissector_handle -> create_dissector_handle for plugins.
- Previous by thread: [Wireshark-commits] master ad328d9: The Bridging Control Protocol is really two protocols.
- Next by thread: [Wireshark-commits] master 210dc9b: new_create_dissector_handle -> create_dissector_handle for plugins.
- Index(es):