Wireshark-commits: [Wireshark-commits] master-2.2 ac1b8b3: Move airpdcap's print_debug_line() to ai
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=ac1b8b369dadf8b500b00c1bee591cb7733da915
Submitter: Pascal Quantin (pascal.quantin@xxxxxxxxx)
Changed: branch: master-2.2
Repository: wireshark
Commits:
ac1b8b3 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>
(cherry picked from commit 9a73978ba5bbb78026721500aaf332f53e19d0cd)
Reviewed-on: https://code.wireshark.org/review/17266
Petri-Dish: Pascal Quantin <pascal.quantin@xxxxxxxxx>
Reviewed-by: Peter Wu <peter@xxxxxxxxxxxxx>
Reviewed-by: Pascal Quantin <pascal.quantin@xxxxxxxxx>
Actions performed:
from 562457a isakmp: fix type confusion
adds ac1b8b3 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