Wireshark-commits: [Wireshark-commits] master b99cf21: extcap: Add support for Android - androiddum
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Wed, 8 Apr 2015 09:57:30 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=b99cf21c2546bc8260d50f17e60ab614092dac24
Submitter: Michal Labedzki (michal.labedzki@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

b99cf21 by Michal Labedzki (michal.labedzki@xxxxxxxxx):

    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 (<Kitkat)
    7. Bluetooth Bluedroid External Parser (Kitkat)
    8. Bluetooth BtsnoopNet (Lollipop)
    
    Change-Id: I26e4cd1a37a6af805f8b932399b4aa44ee7b5a80
    Reviewed-on: https://code.wireshark.org/review/7475
    Petri-Dish: Michal Labedzki <michal.labedzki@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
    Reviewed-by: Michal Labedzki <michal.labedzki@xxxxxxxxx>
    Tested-by: Michal Labedzki <michal.labedzki@xxxxxxxxx>
    

Actions performed:

    from  f3d2cb5   802.11: Not showing all 11k subelement fields
    adds  b99cf21   extcap: Add support for Android - androiddump


Summary of changes:
 CMakeLists.txt       |   36 +
 CMakeOptions.txt     |    2 +
 Makefile.am          |   18 +-
 Makefile.common      |    4 +
 cmakeconfig.h.in     |    3 +
 configure.ac         |   33 +
 extcap/androiddump.c | 2131 ++++++++++++++++++++++++++++++++++++++++++++++++++
 tools/pre-commit     |    2 +-
 8 files changed, 2227 insertions(+), 2 deletions(-)
 create mode 100644 extcap/androiddump.c