From b99cf21c2546bc8260d50f17e60ab614092dac24 Mon Sep 17 00:00:00 2001 From: Michal Labedzki Date: Sat, 14 Feb 2015 19:10:21 +0100 Subject: extcap: Add support for Android - androiddump androiddump is extcap program that can be used with Android devices (need Android SDK in system PATH). Supported is Logcat/Logger logs and Bluetooth interfaces for all Android to this day (Lollipop). Please note that it will work also for FirefoxOS. Interfaces: 1. Logcat Main (binary or text) 2. Logcat System (binary or text) 3. Logcat Events (binary or text) 4. Logcat Radio (binary or text) 5. Logcat Crash (text; Lollipop) 6. Bluetooth Hcidump ( Tested-by: Petri Dish Buildbot Reviewed-by: Alexis La Goutte Reviewed-by: Michal Labedzki Tested-by: Michal Labedzki --- CMakeOptions.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'CMakeOptions.txt') diff --git a/CMakeOptions.txt b/CMakeOptions.txt index 03015d28ab..f986a39364 100644 --- a/CMakeOptions.txt +++ b/CMakeOptions.txt @@ -14,10 +14,12 @@ option(BUILD_capinfos "Build capinfos" ON) option(BUILD_captype "Build captype" ON) option(BUILD_randpkt "Build randpkt" ON) option(BUILD_dftest "Build dftest" ON) +option(BUILD_androiddump "Build androiddump" ON) option(AUTOGEN_dcerpc "Autogenerate DCE RPC dissectors" OFF) option(AUTOGEN_pidl "Autogenerate pidl dissectors" OFF) option(DISABLE_WERROR "Do not treat warnings as errors" OFF) +option(EXTCAP_ANDROIDDUMP_LIBPCAP "Build androiddump using libpcap" OFF) option(ENABLE_EXTRA_COMPILER_WARNINGS "Do additional compiler warnings (disables -Werror)" OFF) option(ENABLE_CODE_ANALYSIS "Enable the compiler's static analyzer if possible" OFF) option(ENABLE_ASAN "Enable AddressSanitizer (ASAN) for debugging (May be slow down)" OFF) -- cgit v1.2.3