URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=64a2b4101adc57c11677789c8ecdfbbcc3e600e2
Submitter: João Valverde (j@xxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
64a2b41 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.
See also 99ec2b58eb68ab8530245dd13485612695ba064a and bug 14622.
Change-Id: I754848ea1c614bfa7121c44d89136ac3cba8a734
Reviewed-on: https://code.wireshark.org/review/27928
Petri-Dish: João Valverde <j@xxxxxx>
Tested-by: Petri Dish Buildbot
Reviewed-by: João Valverde <j@xxxxxx>
Actions performed:
from 337b991 PCP: implement label support introduced in PCP 4.0.0
adds 64a2b41 Move make-taps and make-dissectors to tools/
Summary of changes:
.gitignore | 4 ++--
CMakeLists.txt | 3 +--
epan/dissectors/CMakeLists.txt | 7 -------
{writecap => tools}/CMakeLists.txt | 25 ++++++++-----------------
{epan/dissectors => tools}/make-dissectors.c | 0
{ui => tools}/make-taps.c | 0
tools/pre-commit-ignore.conf | 2 +-
ui/CMakeLists.txt | 3 ---
8 files changed, 12 insertions(+), 32 deletions(-)
copy {writecap => tools}/CMakeLists.txt (59%)
rename {epan/dissectors => tools}/make-dissectors.c (100%)
rename {ui => tools}/make-taps.c (100%)