Wireshark-commits: [Wireshark-commits] master 9f72f9e: add clusapi (Windows Cluster Management API)

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Tue, 9 Aug 2016 03:51:40 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=9f72f9e9a30b3e2fffb744a8e4a5e4b1b8054a67
Submitter: Anders Broman (a.broman58@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

9f72f9e by Günther Deschner (gd@xxxxxxxxx):

    add clusapi (Windows Cluster Management API) from Samba git tree.
    
    We avoid compiling clusapi_PROPERTY_LIST using pidl.
    
    This struct contains inline arrays and is not strictly needed by clusapi
    therefor disable it.
    
    Change-Id: I86efa0c725667083cb252e5df3bfc69118df3059
    Signed-off-by: Günther Deschner <gd@xxxxxxxxx>
    Reviewed-on: https://code.wireshark.org/review/16719
    Petri-Dish: Michael Mann <mmann78@xxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  ba70b88   checklicenses: Remove whitelisted licenses not being used
    adds  9f72f9e   add clusapi (Windows Cluster Management API) from Samba git tree.


Summary of changes:
 epan/dissectors/Makefile.am              |    4 +-
 epan/dissectors/packet-dcerpc-clusapi.c  |22394 ++++++++++++++++++++++++++++++
 epan/dissectors/packet-dcerpc-clusapi.h  |  473 +
 epan/dissectors/pidl/CMakeLists.txt      |    5 +
 epan/dissectors/pidl/Makefile.pidl       |    6 +
 epan/dissectors/pidl/clusapi/clusapi.cnf |   49 +
 epan/dissectors/pidl/clusapi/clusapi.idl | 2601 ++++
 7 files changed, 25531 insertions(+), 1 deletion(-)
 create mode 100644 epan/dissectors/packet-dcerpc-clusapi.c
 create mode 100644 epan/dissectors/packet-dcerpc-clusapi.h
 create mode 100644 epan/dissectors/pidl/clusapi/clusapi.cnf
 create mode 100644 epan/dissectors/pidl/clusapi/clusapi.idl