Wireshark-commits: [Wireshark-commits] master 2fe0fc5: Convert some TCP subdissectors to "new" styl
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Mon, 9 Nov 2015 16:00:14 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=2fe0fc5a1afbbd8218190736decbecec14582691
Submitter: Michael Mann (mmann78@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

2fe0fc5 by Michael Mann (mmann78@xxxxxxxxxxxx):

    Convert some TCP subdissectors to "new" style.
    
    Change-Id: I28ce51f3c06f78b85792bce4a13ef39eb75d7890
    Reviewed-on: https://code.wireshark.org/review/11648
    Petri-Dish: Michael Mann <mmann78@xxxxxxxxxxxx>
    Reviewed-by: Michael Mann <mmann78@xxxxxxxxxxxx>
    

Actions performed:

    from  0aa9e98   Convert some UDP subdissectors to "new" style.
    adds  2fe0fc5   Convert some TCP subdissectors to "new" style.


Summary of changes:
 epan/dissectors/packet-bfcp.c    |  127 +++++++++++++++++++++-----------------
 epan/dissectors/packet-bzr.c     |   10 +--
 epan/dissectors/packet-coap.c    |   10 +--
 epan/dissectors/packet-db-lsp.c  |    9 +--
 epan/dissectors/packet-ftp.c     |   16 +++--
 epan/dissectors/packet-imap.c    |    8 ++-
 epan/dissectors/packet-knet.c    |   15 +++--
 epan/dissectors/packet-kt.c      |   10 +--
 epan/dissectors/packet-reload.c  |   12 +---
 epan/dissectors/packet-smtp.c    |   10 +--
 epan/dissectors/packet-synergy.c |   10 +--
 epan/dissectors/packet-syslog.c  |    8 +--
 12 files changed, 135 insertions(+), 110 deletions(-)