Wireshark-commits: [Wireshark-commits] master-2.6 99ec2b5: Move make-taps and make-dissectors to to
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Thu, 31 May 2018 12:37:44 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=99ec2b58eb68ab8530245dd13485612695ba064a
Submitter: João Valverde (j@xxxxxx)
Changed: branch: master-2.6
Repository: wireshark

Commits:

99ec2b5 by João Valverde (joao.valverde@xxxxxxxxxxxxxxxxxx):

    Move make-taps and make-dissectors to tools/
    
    make-taps and make dissectors are build tools so that is the natural
    location for them. This also makes it easier to fix bug 14622 for
    autotools. When cross compiling we need to use the host target to
    build these executables.
    
    Adjust CMake and autotools builds to reflect the change.
    
    Ping-Bug: 14622
    Change-Id: I3034f544dad53fcc83230f5050512260fc1ab198
    Reviewed-on: https://code.wireshark.org/review/27920
    Petri-Dish: João Valverde <j@xxxxxx>
    Reviewed-by: João Valverde <j@xxxxxx>
    

Actions performed:

    from  320a890   ISMP: fix tuple decoding
    adds  99ec2b5   Move make-taps and make-dissectors to tools/


Summary of changes:
 .gitignore                                   |  4 ++--
 CMakeLists.txt                               |  3 +--
 epan/dissectors/CMakeLists.txt               |  7 -------
 epan/dissectors/Makefile.am                  | 10 ++--------
 {writecap => tools}/CMakeLists.txt           | 25 ++++++++-----------------
 tools/Makefile.am                            | 10 ++++++++++
 {epan/dissectors => tools}/make-dissectors.c |  0
 {ui => tools}/make-taps.c                    |  0
 tools/pre-commit-ignore.conf                 |  2 +-
 ui/CMakeLists.txt                            |  3 ---
 ui/Makefile.am                               |  7 -------
 ui/cli/Makefile.am                           |  4 ++--
 ui/gtk/Makefile.am                           |  4 ++--
 ui/qt/Makefile.am                            |  4 ++--
 14 files changed, 30 insertions(+), 53 deletions(-)
 copy {writecap => tools}/CMakeLists.txt (59%)
 rename {epan/dissectors => tools}/make-dissectors.c (100%)
 rename {ui => tools}/make-taps.c (100%)