Wireshark-commits: [Wireshark-commits] master 868cd67: Do all the work of registering an ONC RPC-ba
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Tue, 21 Jul 2015 19:38:21 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=868cd679154e6060bf22945e760ada61988fbd94
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

868cd67 by Guy Harris (guy@xxxxxxxxxxxx):

    Do all the work of registering an ONC RPC-based protocol in rpc_init_prog().
    
    Hand it a table of version/procedure table/hf-for-program-number
    triplets.
    
    Change-Id: I2acc03c2da83353165bd422d8537362201c814e2
    Reviewed-on: https://code.wireshark.org/review/9740
    Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
    

Actions performed:

    from  f38d976   Be more careful about variable scope and quoting.
    adds  868cd67   Do all the work of registering an ONC RPC-based protocol in rpc_init_prog().


Summary of changes:
 epan/dissectors/packet-bootparams.c      |   11 ++--
 epan/dissectors/packet-clearcase.c       |    9 ++-
 epan/dissectors/packet-fmp.c             |   11 ++--
 epan/dissectors/packet-fmp_notify.c      |   11 ++--
 epan/dissectors/packet-gluster_cli.c     |   13 ++--
 epan/dissectors/packet-gluster_pmap.c    |   16 +++--
 epan/dissectors/packet-glusterd.c        |   35 ++++++----
 epan/dissectors/packet-glusterfs.c       |   14 ++--
 epan/dissectors/packet-glusterfs_hndsk.c |   21 +++---
 epan/dissectors/packet-hclnfsd.c         |    9 +--
 epan/dissectors/packet-kadm5.c           |   10 +--
 epan/dissectors/packet-klm.c             |    8 ++-
 epan/dissectors/packet-mount.c           |   23 ++++---
 epan/dissectors/packet-nfs.c             |   34 +++++-----
 epan/dissectors/packet-nfsacl.c          |   13 ++--
 epan/dissectors/packet-nfsauth.c         |    8 ++-
 epan/dissectors/packet-nisplus.c         |   16 +++--
 epan/dissectors/packet-nlm.c             |   14 ++--
 epan/dissectors/packet-pcnfsd.c          |   10 +--
 epan/dissectors/packet-portmap.c         |   16 +++--
 epan/dissectors/packet-rpc.c             |  103 +++++++++++++++---------------
 epan/dissectors/packet-rpc.h             |   14 +++-
 epan/dissectors/packet-rquota.c          |   11 ++--
 epan/dissectors/packet-rstat.c           |   15 +++--
 epan/dissectors/packet-rwall.c           |    9 ++-
 epan/dissectors/packet-sadmind.c         |   13 ++--
 epan/dissectors/packet-spray.c           |    9 ++-
 epan/dissectors/packet-stat-notify.c     |    9 ++-
 epan/dissectors/packet-stat.c            |    9 ++-
 epan/dissectors/packet-teklink.c         |   10 +--
 epan/dissectors/packet-vxi11.c           |   30 ++++-----
 epan/dissectors/packet-ypbind.c          |   11 ++--
 epan/dissectors/packet-yppasswd.c        |    9 ++-
 epan/dissectors/packet-ypserv.c          |   13 ++--
 epan/dissectors/packet-ypxfr.c           |    9 ++-
 35 files changed, 340 insertions(+), 236 deletions(-)