Wireshark-commits: [Wireshark-commits] master 9a73978: Move airpdcap's print_debug_line() to airpdc

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Tue, 26 Jul 2016 18:06:51 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=9a73978ba5bbb78026721500aaf332f53e19d0cd
Submitter: Anders Broman (a.broman58@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

9a73978 by Michael Mann (mmann78@xxxxxxxxxxxx):

    Move airpdcap's print_debug_line() to airpdcap_debug.h
    
    It saves a little on file pollution and the g_warning call isn't
    bothered in the header file.
    
    Change-Id: Ia9bdd96d9d93bbba6811769c4e6e1ed9124c2e5a
    Reviewed-on: https://code.wireshark.org/review/16698
    Reviewed-by: Michael Mann <mmann78@xxxxxxxxxxxx>
    Petri-Dish: Michael Mann <mmann78@xxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  407c0d0   CLI/GTK: Fix compare_stat checksum to include IPv4 offset again
    adds  9a73978   Move airpdcap's print_debug_line() to airpdcap_debug.h


Summary of changes:
 epan/crypt/CMakeLists.txt   |    1 -
 epan/crypt/Makefile.am      |    1 -
 epan/crypt/airpdcap_debug.c |   55 -------------------------------------------
 epan/crypt/airpdcap_debug.h |    8 +++++--
 4 files changed, 6 insertions(+), 59 deletions(-)
 delete mode 100644 epan/crypt/airpdcap_debug.c