Wireshark-commits: [Wireshark-commits] master c6ebd5b: register_decode_as_next_proto: remove the "t
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Thu, 13 Jun 2019 05:38:29 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=c6ebd5bf36adf525846c398bb4d146d255ffbf8d
Submitter: "Anders Broman <a.broman58@xxxxxxxxx>"
Changed: branch: master
Repository: wireshark

Commits:

c6ebd5b by Martin Kaiser (wireshark@xxxxxxxxx):

    register_decode_as_next_proto: remove the "title" parameter
    
    Remove the "title" parameter from the register_decode_as_next_proto()
    function. This parameter is no longer required since decode_as_t does
    not have a title any more.
    
    Change-Id: I300c755bd465453aa91703b53ce9adc954e38c00
    Reviewed-on: https://code.wireshark.org/review/33579
    Reviewed-by: Martin Kaiser <wireshark@xxxxxxxxx>
    Petri-Dish: Martin Kaiser <wireshark@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  b147cbf   Qt: traffic table: remove file_closed_
     add  c6ebd5b   register_decode_as_next_proto: remove the "title" parameter


Summary of changes:
 epan/decode_as.c                    | 2 +-
 epan/decode_as.h                    | 3 +--
 epan/dissectors/packet-aruba-erm.c  | 2 +-
 epan/dissectors/packet-bthci_cmd.c  | 2 +-
 epan/dissectors/packet-ebhscr.c     | 2 +-
 epan/dissectors/packet-enip.c       | 2 +-
 epan/dissectors/packet-flexray.c    | 2 +-
 epan/dissectors/packet-flip.c       | 2 +-
 epan/dissectors/packet-i2c.c        | 2 +-
 epan/dissectors/packet-infiniband.c | 2 +-
 epan/dissectors/packet-iso14443.c   | 3 +--
 epan/dissectors/packet-iso15765.c   | 2 +-
 epan/dissectors/packet-iso7816.c    | 1 -
 epan/dissectors/packet-moldudp.c    | 2 +-
 epan/dissectors/packet-moldudp64.c  | 2 +-
 epan/dissectors/packet-nfs.c        | 2 +-
 epan/dissectors/packet-pcli.c       | 2 +-
 epan/dissectors/packet-rtacser.c    | 2 +-
 epan/dissectors/packet-smp.c        | 2 +-
 epan/dissectors/packet-socketcan.c  | 2 +-
 epan/dissectors/packet-usb-ccid.c   | 2 +-
 21 files changed, 20 insertions(+), 23 deletions(-)