Wireshark-commits: [Wireshark-commits] master 435e7c6: Move the AirPcap stuff into caputils.
Date Prev · Date Next · Thread Prev · Thread Next
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Fri, 1 Aug 2014 00:30:06 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=435e7c610645766cad5f22034f000855ef2c3f15
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

435e7c6 by Guy Harris (guy@xxxxxxxxxxxx):

    Move the AirPcap stuff into caputils.
    
    Change-Id: I64b45dad36a3ec491aeb9de3439b4fe19b46f9d8
    Reviewed-on: https://code.wireshark.org/review/3308
    Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
    

Actions performed:

    from  f38c7d6   Copy over autofoo change: No more .h file.
    adds  435e7c6   Move the AirPcap stuff into caputils.


Summary of changes:
 CMakeLists.txt                                |    1 -
 Makefile.common                               |    3 ---
 caputils/CMakeLists.txt                       |    1 +
 caputils/Makefile.common                      |    3 +++
 airpcap.h => caputils/airpcap.h               |    0
 airpcap_loader.c => caputils/airpcap_loader.c |    4 ++--
 airpcap_loader.h => caputils/airpcap_loader.h |    0
 ui/gtk/airpcap_dlg.c                          |    4 ++--
 ui/gtk/airpcap_gui_utils.c                    |    4 ++--
 ui/gtk/capture_dlg.c                          |    4 ++--
 ui/gtk/capture_if_dlg.c                       |    4 ++--
 ui/gtk/capture_info_dlg.c                     |    4 ++--
 ui/gtk/main.c                                 |    4 ++--
 ui/gtk/main_airpcap_toolbar.c                 |    4 ++--
 ui/gtk/main_welcome.c                         |    4 ++--
 ui/gtk/prefs_dlg.c                            |    6 +++---
 ui/qt/QtShark.pro                             |    1 -
 ui/qt/main.cpp                                |    4 ++--
 18 files changed, 27 insertions(+), 28 deletions(-)
 rename airpcap.h => caputils/airpcap.h (100%)
 rename airpcap_loader.c => caputils/airpcap_loader.c (99%)
 rename airpcap_loader.h => caputils/airpcap_loader.h (100%)