Wireshark-commits: [Wireshark-commits] master 213189e: Move the routines to talk to dumpcap into a
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Mon, 23 Jun 2014 23:58:31 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=213189ef9e7bbd851e145e1cfb1067c7b2b72de8
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

213189e by Guy Harris (guy@xxxxxxxxxxxx):

    Move the routines to talk to dumpcap into a static libcapchild.
    
    This pulls some stuff out of the top-level directory, and means we don't
    have to build them once for every program using them.
    
    Change-Id: I37b31fed20f2d5c3563ecd2bae9fd86af70afff5
    Reviewed-on: https://code.wireshark.org/review/2591
    Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
    

Actions performed:

    from  e22d3c9   ssl: fix ClientKeyExchange, fix TLSv1.2 SKE for DH
    adds  213189e   Move the routines to talk to dumpcap into a static libcapchild.


Summary of changes:
 CMakeLists.txt                                |    7 ++--
 Makefile.am                                   |   47 +++++++++++++++++++++----
 Makefile.common                               |    4 ---
 Makefile.nmake                                |   16 ++++++---
 {tools/lemon => capchild}/CMakeLists.txt      |   19 +++++-----
 {ui => capchild}/Makefile.am                  |   35 ++++++------------
 {codecs => capchild}/Makefile.common          |   21 ++++-------
 {ui => capchild}/Makefile.nmake               |   21 ++++-------
 capture_ifinfo.c => capchild/capture_ifinfo.c |    0
 capture_ifinfo.h => capchild/capture_ifinfo.h |    0
 capture_sync.c => capchild/capture_sync.c     |    0
 capture_sync.h => capchild/capture_sync.h     |    0
 capture_opts.h                                |    2 +-
 configure.ac                                  |    4 +++
 ui/gtk/main_80211_toolbar.c                   |    2 +-
 15 files changed, 96 insertions(+), 82 deletions(-)
 copy {tools/lemon => capchild}/CMakeLists.txt (79%)
 copy {ui => capchild}/Makefile.am (76%)
 copy {codecs => capchild}/Makefile.common (76%)
 copy {ui => capchild}/Makefile.nmake (76%)
 rename capture_ifinfo.c => capchild/capture_ifinfo.c (100%)
 rename capture_ifinfo.h => capchild/capture_ifinfo.h (100%)
 rename capture_sync.c => capchild/capture_sync.c (100%)
 rename capture_sync.h => capchild/capture_sync.h (100%)