ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
April 17th, 2024 | 14:30-16:00 SGT (UTC+8) | Online

Wireshark-commits: [Wireshark-commits] master a68e3a4: Wiretap: Add support for Android Logcat

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Wed, 19 Mar 2014 17:01:11 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=a68e3a410c210e798aa9c96c03ef5cc075f19ca9
Submitter: Anders Broman (a.broman58@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

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

    Wiretap: Add support for Android Logcat
    
    Now Androit Logcat (Logger) binary logs are supported.
    Try "adb logcat -Bf /sdcard/log.logcat; adb pull /sdcard/log.logcat".
    Also there is possibility to save logs to text format like by "adb".
    
    Change-Id: If7bfc53d3fbd549a0978d1dbf96f3fff671fd601
    Reviewed-on: https://code.wireshark.org/review/235
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  27ad4c0   Add a new case to find existing assocs when only the information of an INIT chunk is provided.
    adds  a68e3a4   Wiretap: Add support for Android Logcat


Summary of changes:
 epan/dissectors/packet-logcat.c                   |    3 +
 wiretap/CMakeLists.txt                            |    1 +
 wiretap/Makefile.common                           |    3 +-
 wiretap/file_access.c                             |   30 +-
 wiretap/logcat.c                                  |  574 +++++++++++++++++++++
 epan/dissectors/packet-hdmi.h => wiretap/logcat.h |   29 +-
 wiretap/wtap.h                                    |   22 +
 7 files changed, 650 insertions(+), 12 deletions(-)
 create mode 100644 wiretap/logcat.c
 copy epan/dissectors/packet-hdmi.h => wiretap/logcat.h (56%)