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%)