Wireshark-commits: [Wireshark-commits] master f528f55: packet-dcerpc-witness: initial implementatio

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

Commits:

f528f55 by Gregor Beck (gbeck@xxxxxxxxx):

    packet-dcerpc-witness: initial implementation based on the idl file from samba
    
    See [MS-SWN], https://msdn.microsoft.com/en-us/library/hh536748.aspx
    
    Change-Id: Ie92dad2c229ec08e7f7e31be9422450305b3908a
    Signed-off-by: Gregor Beck <gbeck@xxxxxxxxx>
    Signed-off-by: Stefan Metzmacher <metze@xxxxxxxxx>
    Signed-off-by: Günther Deschner <gd@xxxxxxxxx>
    Reviewed-on: https://code.wireshark.org/review/11366
    Petri-Dish: Michael Mann <mmann78@xxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Michael Mann <mmann78@xxxxxxxxxxxx>
    

Actions performed:

    from  eafc94c   [Qt recent files menu] make sure that the "Clear Menu" item is retranslated
    adds  f528f55   packet-dcerpc-witness: initial implementation based on the idl file from samba


Summary of changes:
 epan/CMakeLists.txt                     |    1 +
 epan/dissectors/Makefile.common         |    1 +
 epan/dissectors/packet-dcerpc-witness.c | 1652 +++++++++++++++++++++++++++++++
 epan/dissectors/packet-dcerpc-witness.h |   46 +
 epan/dissectors/pidl/witness.cnf        |  203 ++++
 epan/dissectors/pidl/witness.idl        |  152 +++
 6 files changed, 2055 insertions(+)
 create mode 100644 epan/dissectors/packet-dcerpc-witness.c
 create mode 100644 epan/dissectors/packet-dcerpc-witness.h
 create mode 100644 epan/dissectors/pidl/witness.cnf
 create mode 100644 epan/dissectors/pidl/witness.idl