URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=0b9f2fca533b9330dff9a99c999017c0e6ee8bfa
Submitter: Gerald Combs (gerald@xxxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
0b9f2fc by Gerald Combs (gerald@xxxxxxxxxxxxx):
Enable airpdcap debugging explicitly.
Enable airpdcap debugging with explicitly with AIRPDCAP_DEBUG instead
of _DEBUG. _DEBUG might be defined automatically by Visual C++ depending
on your build type and the extra output breaks the decryption tests.
Change-Id: If6d918beb4d91233b07a3bc7b6f2f7e1849171f0
Reviewed-on: https://code.wireshark.org/review/16755
Petri-Dish: Gerald Combs <gerald@xxxxxxxxxxxxx>
Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
Reviewed-by: Gerald Combs <gerald@xxxxxxxxxxxxx>
Actions performed:
from 3aedb1e Add an ESP decryption test.
adds 0b9f2fc Enable airpdcap debugging explicitly.
Summary of changes:
epan/crypt/airpdcap.c | 14 +++++++-------
epan/crypt/airpdcap_debug.h | 10 ++++++----
2 files changed, 13 insertions(+), 11 deletions(-)