Wireshark-commits: [Wireshark-commits] master 8a999d7: Convert T.124 API to use "new style" dissect

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Tue, 24 Nov 2015 14:52:26 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=8a999d7bb843790ec069baf02cc4fbb2ea530605
Submitter: Michael Mann (mmann78@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

8a999d7 by Michael Mann (mmann78@xxxxxxxxxxxx):

    Convert T.124 API to use "new style" dissectors.
    
    This seems like an unnecessary encapsulation of registering a dissector, but it can be used at runtime and not just a handoff function.
    
    Change-Id: Ic13e34b5cecf493115f27a984bb886f2f76bc7de
    Reviewed-on: https://code.wireshark.org/review/12096
    Reviewed-by: Michael Mann <mmann78@xxxxxxxxxxxx>
    

Actions performed:

    from  dc93041   Convert XMPP dissector to "new style".
    adds  8a999d7   Convert T.124 API to use "new style" dissectors.


Summary of changes:
 asn1/t124/packet-t124-template.c |    8 ++++----
 asn1/t124/packet-t124-template.h |    4 ++--
 epan/dissectors/packet-rdp.c     |   20 ++++++++++++--------
 epan/dissectors/packet-t124.c    |    8 ++++----
 epan/dissectors/packet-t124.h    |    4 ++--
 5 files changed, 24 insertions(+), 20 deletions(-)