Wireshark-commits: [Wireshark-commits] master 6d6376e: Move the last of the routines from capture_i

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Sun, 15 Sep 2019 14:09:47 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=6d6376e81f2d799d51bd9e7d936d47a21d69509e
Submitter: "Michael Mann <mmann78@xxxxxxxxxxxx>"
Changed: branch: master
Repository: wireshark

Commits:

6d6376e by Guy Harris (guy@xxxxxxxxxxxx):

    Move the last of the routines from capture_info.c into ui/capture.c.
    
    That means the packet-count-during-capture stuff is scattered amongst
    fewer locations.
    
    Move capture_info.h into ui; it's now a header that declares routines
    whose implementations are GUI-platform-dependent.
    
    Change-Id: I475815724a4766f6bc2511e67ebae14865e1a9d1
    Reviewed-on: https://code.wireshark.org/review/26249
    Petri-Dish: Michael Mann <mmann78@xxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Michael Mann <mmann78@xxxxxxxxxxxx>
    

Actions performed:

    from  1f2d36a   wsutil: Respect working directory on Windows
     add  6d6376e   Move the last of the routines from capture_info.c into ui/capture.c.


Summary of changes:
 CMakeLists.txt                      |  1 -
 capture_info.c                      | 90 -------------------------------------
 tshark.c                            |  2 +-
 ui/capture.c                        | 54 +++++++++++++++++++++-
 capture_info.h => ui/capture_info.h |  7 +--
 ui/qt/capture_info_dialog.cpp       |  2 +-
 6 files changed, 57 insertions(+), 99 deletions(-)
 delete mode 100644 capture_info.c
 rename capture_info.h => ui/capture_info.h (89%)