Wireshark-commits: [Wireshark-commits] master 4624d6d4: Android: Add support for	Logcat dissector
      
      
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=4624d6d457b94ad7472df989fc172f7f4e3a360a
Submitter: Alexis La Goutte (alexis.lagoutte@xxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
4624d6d4 by Michal Labedzki (michal.labedzki@xxxxxxxxx):
    Android: Add support for Logcat dissector
    
    Supported is Binary Logcat/Logger, aka adb logcat -Bf /sdcard/log.logcat
    
    Change-Id: I883c6d746ec4fe67ef4ce15ca4227adce407fb76
    Reviewed-on: https://code.wireshark.org/review/232
    Reviewed-by: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
    Tested-by: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
    
Actions performed:
    from  8c608e6   Remove $Id$ from the ASN.1 dissectors and regenerate them.
    adds  4624d6d4  Android: Add support for Logcat dissector
Summary of changes:
 AUTHORS                         |    1 +
 epan/CMakeLists.txt             |    1 +
 epan/dissectors/Makefile.common |    1 +
 epan/dissectors/packet-logcat.c |  285 +++++++++++++++++++++++++++++++++++++++
 4 files changed, 288 insertions(+)
 create mode 100644 epan/dissectors/packet-logcat.c