Wireshark-commits: [Wireshark-commits] master 4add8b6: cmake: add idl2wrs-dissectors target for DCE
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Mon, 27 Jun 2016 21:09:02 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=4add8b6b4523db8966c88d69b7f9710859ec3081
Submitter: Peter Wu (peter@xxxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

4add8b6 by Peter Wu (peter@xxxxxxxxxxxxx):

    cmake: add idl2wrs-dissectors target for DCERPC
    
    Add a callable target such that dissectors can be generated without the
    AUTOGEN_dcerpc option.
    
    Modelled after the pidl CMakeLists.txt file and target. This approach
    has the advantage over the previous implementation such that the clean
    target does not remove the packet-dcerpc-X.c files.
    
    Change-Id: I3226937eaa76dffa253df9d4f989421d5faa3f3f
    Reviewed-on: https://code.wireshark.org/review/15989
    Petri-Dish: Peter Wu <peter@xxxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Peter Wu <peter@xxxxxxxxxxxxx>
    

Actions performed:

    from  b0b2540   Qt: Clean up capture file callbacks.
    adds  4add8b6   cmake: add idl2wrs-dissectors target for DCERPC


Summary of changes:
 .gitignore                            |    2 ++
 CMakeOptions.txt                      |    1 -
 epan/dissectors/CMakeLists.txt        |   41 +----------------------
 epan/dissectors/dcerpc/CMakeLists.txt |   58 ++++++++++++++++++++++++++++++---
 4 files changed, 56 insertions(+), 46 deletions(-)