Wireshark-commits: [Wireshark-commits] master ff0468f: Add Logcat to Exported PDU
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Tue, 18 Feb 2014 11:14:02 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=ff0468f6d3209b0a1bc271c99298b4a7d7d6e0cb
Submitter: Alexis La Goutte (alexis.lagoutte@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

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

    Add Logcat to Exported PDU
    
    Logcat can be exported from ADB over USB or ADB over TCP where can occur
    multiple Logcat PDUs in one frame.
    
    Change-Id: I290fa131e5600c62357e5be4e76096ea5c35364b
    Reviewed-on: https://code.wireshark.org/review/234
    Reviewed-by: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
    Tested-by: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
    

Actions performed:

    from  4624d6d4  Android: Add support for Logcat dissector
    adds  ff0468f   Add Logcat to Exported PDU


Summary of changes:
 epan/dissectors/packet-exported_pdu.c |    1 +
 epan/dissectors/packet-logcat.c       |   15 +++++++++++++++
 epan/exported_pdu.h                   |    1 +
 ui/gtk/export_pdu_dlg.c               |    1 +
 4 files changed, 18 insertions(+)