Wireshark-commits: [Wireshark-commits] master cec782c: androiddump: Add ignore log-buffer and custo

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Tue, 7 Mar 2017 05:38:44 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=cec782cb292eb18821801d092fc8267140b80432
Submitter: Anders Broman (a.broman58@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

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

    androiddump: Add ignore log-buffer and custom-options for logcat-text
    
    Logcat Text interfaces have now two new options:
    1. Ignore log-buffer - this means you start capturing immediately
       and there will no logs from buffer
    2. Custom-options - pass command line parameters to logcat, like tags
    For example:
    adb logcat -v threadtime -b main #now custom parameters starts# -T 20 -s Ads Wireshark
    
    Please note that some custom options are banned to avoid unexpected
    behaviour (like "not working")
    
    Change-Id: I015d1aeae35cfed712de59138288d82d3a491c38
    Reviewed-on: https://code.wireshark.org/review/20358
    Petri-Dish: Pascal Quantin <pascal.quantin@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  77d5a42   RadioTap TimeStamp field added.
    adds  cec782c   androiddump: Add ignore log-buffer and custom-options for logcat-text


Summary of changes:
 extcap/androiddump.c |  102 +++++++++++++++++++++++++++++++++++++++-----------
 1 file changed, 81 insertions(+), 21 deletions(-)