Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-commits: [Wireshark-commits] master 5a3ad8f: Support for Wifi packet capture for android

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Fri, 11 Sep 2015 15:16:05 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=5a3ad8fe06f12fc68ccb99a2b1ebd90e2bbf263c
Submitter: Michal Labedzki (michal.labedzki@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

5a3ad8f by Aditya Jain (aditya.jain@xxxxxxxxxxx):

    Support for Wifi packet capture for android devices.
    
    Added the wifi capturing feature in the Androiddump.
    Wifi packet capturing is done by making use of tcpdump in android devices.
    Android wifi will appear as a capture interface in the interface window.
    
    This will be an added support for android devices for device network bandwidth analysis.
    
    Change-Id: I71d24ae5d1764d3ee7e50f09cd0b530ee9654844
    Reviewed-on: https://code.wireshark.org/review/10414
    Reviewed-by: ronnie sahlberg <ronniesahlberg@xxxxxxxxx>
    Reviewed-by: Michal Labedzki <michal.labedzki@xxxxxxxxx>
    Tested-by: Michal Labedzki <michal.labedzki@xxxxxxxxx>
    

Actions performed:

    from  5b3cdfb   SCSI: Update block limits VPD decode to SBC-4
    adds  5a3ad8f   Support for Wifi packet capture for android devices.


Summary of changes:
 docbook/release-notes.asciidoc |    2 +-
 extcap/androiddump.c           |  271 +++++++++++++++++++++++++++++++++++++++-
 2 files changed, 266 insertions(+), 7 deletions(-)