Wireshark-commits: [Wireshark-commits] master 0baf13f: Completely remove dissector_add_handle.

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Mon, 13 Jun 2016 05:16:57 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=0baf13f8e979b8755a7fa314c3fa65e5bf37d21a
Submitter: Michael Mann (mmann78@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

0baf13f by Michael Mann (mmann78@xxxxxxxxxxxx):

    Completely remove dissector_add_handle.
    
    It has been deprecated and replaced with dissector_add_for_decode_as.
    
    Change-Id: I5a4976f83951f749e70b5267570fca188daa7a07
    Reviewed-on: https://code.wireshark.org/review/15854
    Petri-Dish: Michael Mann <mmann78@xxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Michael Mann <mmann78@xxxxxxxxxxxx>
    

Actions performed:

    from  6ff6357   USB: fix dissection of URB setup when the payload was claimed by a sub dissector
    adds  0baf13f   Completely remove dissector_add_handle.


Summary of changes:
 epan/dissectors/packet-adb.c     |    8 ++++----
 epan/dissectors/packet-mqtt-sn.c |    2 +-
 epan/packet.h                    |    3 ---
 3 files changed, 5 insertions(+), 8 deletions(-)