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 --- Makefile.common | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Makefile.common') diff --git a/Makefile.common b/Makefile.common index 8268e30d0f..88e648b34f 100644 --- a/Makefile.common +++ b/Makefile.common @@ -95,6 +95,10 @@ rawshark_SOURCES = \ $(SHARK_COMMON_SRC) \ rawshark.c +# androiddump specifics +androiddump_SOURCES = \ + extcap/androiddump.c + # text2pcap specifics text2pcap_SOURCES = \ pcapio.c \ -- cgit v1.2.3