Wireshark-commits: [Wireshark-commits] master b68a0ed: Replace RPC "dissect_function_t" function si
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Thu, 2 Jul 2015 08:54:17 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=b68a0ed42e26aaa7f30b47657311c187c8e02114
Submitter: Anders Broman (a.broman58@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

b68a0ed by Michael Mann (mmann78@xxxxxxxxxxxx):

    Replace RPC "dissect_function_t" function signature with "new style" dissector function signature.
    
    This paves the way for using dissector tables.
    
    Change-Id: I88ac165ef9aa5bf5c05e1115f7321e18e734d683
    Reviewed-on: https://code.wireshark.org/review/9453
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  9d8b810   Lemon: Update lemon tools
    adds  b68a0ed   Replace RPC "dissect_function_t" function signature with "new style" dissector function signature.


Summary of changes:
 epan/dissectors/packet-bootparams.c      |   44 ++---
 epan/dissectors/packet-fmp.c             |  181 +++++++++--------
 epan/dissectors/packet-fmp_notify.c      |   66 +++----
 epan/dissectors/packet-gluster.h         |    2 +-
 epan/dissectors/packet-gluster_cli.c     |   61 +++---
 epan/dissectors/packet-gluster_pmap.c    |   19 +-
 epan/dissectors/packet-glusterd.c        |   90 +++++----
 epan/dissectors/packet-glusterfs.c       |  310 ++++++++++++++++++++++--------
 epan/dissectors/packet-glusterfs_hndsk.c |   51 +++--
 epan/dissectors/packet-hclnfsd.c         |  124 ++++++------
 epan/dissectors/packet-klm.c             |   23 +--
 epan/dissectors/packet-mount.c           |   36 ++--
 epan/dissectors/packet-nfs.c             |  287 +++++++++++++++------------
 epan/dissectors/packet-nfsacl.c          |   86 ++++-----
 epan/dissectors/packet-nisplus.c         |   83 ++++----
 epan/dissectors/packet-nlm.c             |   76 ++++----
 epan/dissectors/packet-pcnfsd.c          |   12 +-
 epan/dissectors/packet-portmap.c         |   59 +++---
 epan/dissectors/packet-rpc.c             |   15 +-
 epan/dissectors/packet-rpc.h             |    8 +-
 epan/dissectors/packet-rquota.c          |   11 +-
 epan/dissectors/packet-rwall.c           |    6 +-
 epan/dissectors/packet-spray.c           |   10 +-
 epan/dissectors/packet-stat-notify.c     |    3 +-
 epan/dissectors/packet-stat.c            |   35 ++--
 epan/dissectors/packet-teklink.c         |   65 ++++---
 epan/dissectors/packet-vxi11.c           |   64 +++---
 epan/dissectors/packet-ypbind.c          |   14 +-
 epan/dissectors/packet-yppasswd.c        |    9 +-
 epan/dissectors/packet-ypserv.c          |  136 ++++++-------
 30 files changed, 1091 insertions(+), 895 deletions(-)